diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,3 +68,6 @@ bind -r L resize-pane -R 5 # styling set -g status-style bg='#000000' set -g status-style fg='#ffffff' + +# toggles status bar +bind-key -r S set-option -g status |