zellij
zellij copied to clipboard
Tip/hint disappear when entering a mode
Issue description
Using the ~HEAD version of Zellij when I enter a mode the hint/tip row doesn't show anything.
Minimal reproduction
This is the normal mode.
This is as soon as I pressed Ctrl + p
nothing is showing in the status-bar.
Other relevant information
Using this layout but I already tried with borderless true and size 1 and 2.
layout {
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane
pane size=5 borderless=false {
plugin location="status-bar"
}
}