diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ bind C-l source-file ~/.tmux/dev-lbh set -g status-right-length 451 set -g status-fg white set -g status-bg colour234 +set -g status off +bind a set status #set -g window-status-activity-attr bold set-option -g pane-border-style fg=colour245 set-option -g pane-active-border-style fg=colour39 |