summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/layouts/disable-status-bar.kdl
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-26 15:30:15 +0100
committerGitHub <noreply@github.com>2024-02-26 15:30:15 +0100
commit21273ac95a2fed6b07d8550fe2d4f65993be7037 (patch)
treef5a7aa488ece8f21c17350bb3ec14ceaf15f60a7 /zellij-utils/assets/layouts/disable-status-bar.kdl
parent27bffbf1533b4b2d3c10b1305557c75ddd121374 (diff)
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
Diffstat (limited to 'zellij-utils/assets/layouts/disable-status-bar.kdl')
-rw-r--r--zellij-utils/assets/layouts/disable-status-bar.kdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/assets/layouts/disable-status-bar.kdl b/zellij-utils/assets/layouts/disable-status-bar.kdl
index 5eca5b0c3..36a194e71 100644
--- a/zellij-utils/assets/layouts/disable-status-bar.kdl
+++ b/zellij-utils/assets/layouts/disable-status-bar.kdl
@@ -1,6 +1,6 @@
layout {
pane size=1 borderless=true {
- plugin location="zellij:tab-bar"
+ plugin location="tab-bar"
}
pane
}