diff --git a/tmux.conf b/tmux.conf index 16b679b..e2ec48b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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 {{{