diff options
Diffstat (limited to '')
-rw-r--r-- | tmux.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index 3c1a0ce..0000000 --- a/tmux.conf +++ /dev/null @@ -1,17 +0,0 @@ -set-option -g prefix C-z -bind-key a send-prefix - -set-option -g base-index 1 -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 |