Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 444 Bytes

hiding-the-status-bar.md

File metadata and controls

18 lines (13 loc) · 444 Bytes

Hiding The Status Bar

The tmux status bar is a great place to show information about your tmux session as well as things like the time and date. Sometimes you just want to hide it though. This command will help.

:set -g status off

Hit enter and it is gone. If you want to show the status bar again, simply turn it back on.

:set -g status on

source