Add a keybinding to toggle tmux status bar visibility

This commit is contained in:
gardouille 2016-01-28 21:11:49 +01:00
parent 9ea56b92ae
commit 470c899503
1 changed files with 4 additions and 0 deletions

View File

@ -212,6 +212,10 @@ bind _ switch-client -n
unbind C-_
bind C-_ choose-session
# toggle status bar
unbind c-h
bind c-h set -g status
### }}}
### Configuration {{{