diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-05-29 10:13:23 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-05-29 10:13:23 -0700 |
commit | 1ba84a06c81f6d42bd72aa41818abd6c4ce43180 (patch) | |
tree | 6517accf914b21cc7945557f7c88bd740f97dfa3 | |
parent | emacs: stuff for puppet (diff) | |
download | emacs.d-1ba84a06c81f6d42bd72aa41818abd6c4ce43180.tar.gz |
tmux: remove duplicated settings
-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 |