diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -161,6 +161,8 @@ set -g pane-border-format "#{pane_index}:#{pane_current_command}" set -g message-style bg='#44475a',fg='#8be9fd' set-option -g status on +# toggle the display of the statusbar +bind-key -n S-F6 set-option -g status set-option -g status-justify "centre" set-option -g status-left-length 120 set-option -g status-right-length 170 |