diff options
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf index be1201d..d5493f8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,3 +9,6 @@ set-option -g set-titles-string '@#h' set-option -g default-terminal "xterm-256color" set-option -g xterm-keys on set-option -g mouse on + +set -g status-left "" +set -g status-right "" |