zellij/zellij-utils/assets/layouts/disable-status-bar.kdl
Aram Drevekenin 21273ac95a
feat(plugins): introduce plugin aliases (#3157)
* working prototype with passing tests

* new tests and passing plugin tests as well

* style(code): cleanups

* cleanup strider from unused search feature

* prototype of removing old plugin block from the config

* aliases working from config file and all tests passing

* fixups and cleanups

* use aliases in layouts

* update test snapshot

* style(fmt): rustfmt
2024-02-26 15:30:15 +01:00

7 lines
94 B
Plaintext

layout {
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane
}