diff options
author | Ben Sima <ben@bsima.me> | 2018-08-21 09:41:04 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-08-21 09:41:04 -0700 |
commit | f096799004a8549f61dcc1b289d8aa79ee7ea6bd (patch) | |
tree | 5425767ff8b91e9dc6c2be4d0f6377a7f4d005a2 /tmux | |
parent | 17f15da19dd9da4b0990071a63f75e27326d8956 (diff) |
Finally got vim and tmux colors working well together
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 |