Re: How to unhide 'status-bar'?

2023-03-06 Thread joshebosh
try something like this for assigning "Alt+Shift+C" and "Alt+Shift+H" in your config bindkey ^[C caption always "%{= kW}%=%{= kW}%-w%{+b Yk} %n %t %{-}%+w %=" bindkey ^[H eval 'hardstatus alwayslastline' 'hardstatus string "%= nothing here yet %=" you'll have to learns how to use the "backtick"

Re: How to unhide 'status-bar'?

2023-03-06 Thread Clark Wang
On Sun, Mar 5, 2023 at 1:24 PM wrote: > Hi. > > I was trying to figure out a way to hide/unhide the 'status bar' (not sure > if > that's the term) showing the names of the windows. The one that shows up > at the > bottom of the screen session by default. > > So I did `prefix : hardstatus ignore`