zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
21.19k stars 644 forks source link

Tip/hint disappear when entering a mode #3549

Open jlimas opened 2 months ago

jlimas commented 2 months ago

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. image

This is as soon as I pressed Ctrl + p nothing is showing in the status-bar. image

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"
    }
}
giomf commented 3 weeks ago

I have the same Issue. When not using the default layout the hints disappears when entering a mode.

Zellij version: 0.40.1

imsnif commented 2 weeks ago

This new version includes a UI revamp (will be documented before release). To use the old behavior, you can use the classic layout (eg. start with zellij -l classic).

Otherwise, the new layout works best when the status bar occupies 1 line instead of 2 (which also gives us more screen real-estate).