summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-08-21 09:41:04 -0700
committerBen Sima <ben@bsima.me>2018-08-21 09:41:04 -0700
commitf096799004a8549f61dcc1b289d8aa79ee7ea6bd (patch)
tree5425767ff8b91e9dc6c2be4d0f6377a7f4d005a2 /tmux
parent17f15da19dd9da4b0990071a63f75e27326d8956 (diff)
Finally got vim and tmux colors working well together
Diffstat (limited to 'tmux')
-rw-r--r--tmux2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux b/tmux
index ff8fb5a..2384843 100644
--- a/tmux
+++ b/tmux
@@ -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