diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ set -g base-index 1 set-window-option -g automatic-rename on set-option -g set-titles on -set -g default-terminal xterm-256color +set -g default-terminal "screen-256color" set -g status-keys vi set -g history-limit 10000 |