diff options
-rw-r--r-- | tmux.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tmux.conf b/tmux.conf index 3c1a0ce..be1201d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,12 +6,6 @@ set-option -g renumber-windows on set-option -g set-titles on set-option -g set-titles-string '@#h' -set -g history-limit 20000 - -set -g set-titles on -set -g set-titles-string "#T" - set-option -g default-terminal "xterm-256color" set-option -g xterm-keys on - set-option -g mouse on |