zellij icon indicating copy to clipboard operation
zellij copied to clipboard

Tip/hint disappear when entering a mode

Open jlimas opened this issue 6 months ago • 2 comments

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"
    }
}

jlimas avatar Aug 09 '24 21:08 jlimas