aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 6d3408b..51b7d70 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -2,7 +2,8 @@
set -g bell-action any
# Default termtype. If the rcfile sets $TERM, that overrides this value.
-set -g default-terminal "screen-256color"
+#set -g default-terminal "screen-256color"
+set -g default-terminal "rxvt-unicode-256color"
# split windows like vim
# vim's definition of a horizontal/vertical split is reversed from tmux's