aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-18 15:42:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-18 15:42:58 +1200
commit57162b1ce1d5c40d0b7fa827cdb3872325dc3aef (patch)
treeaf9caa1851a79fcc970f796d7f1d18344ea4a0ab /tmux/tmux.conf
parentAdjust comment for POSIXY_CORRECT switch (diff)
downloaddotfiles-57162b1ce1d5c40d0b7fa827cdb3872325dc3aef.tar.gz
dotfiles-57162b1ce1d5c40d0b7fa827cdb3872325dc3aef.zip
Switch to tmux-256color terminal type
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 2eb1665a..257cee5f 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -14,7 +14,7 @@ set-option -g update-environment 'COLORFGBG COLORTERM'
set-option -g default-command "$SHELL"
# Expect a 256-color terminal
-set-option -g default-terminal 'screen-256color'
+set-option -g default-terminal 'tmux-256color'
# Change the prefix to ^A rather than the default of ^B, because I'm a godless
# GNU Screen refugee, and also I like using ^B in my shell and in Vim more