Change so zellij statusbar is at the top of the terminal, this way it is no longer fighting neovim statusbar for attention from my eyes

This commit is contained in:
Martin Larsson 2024-05-25 11:14:56 +02:00
parent c866d90c88
commit 30a3299c10
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
layout {
pane size=1 borderless=true {
plugin location="compact-bar"
}
pane
}