aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 9cf6778..0d21865 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,7 +1,9 @@
# Ring the bell if any background window rang a bell
set -g bell-action any
-set -g default-terminal "screen-256color"
+set -g default-terminal "tmux-256color"
+set -ga terminal-overrides ",xterm-termite:Tc"
+set-option -ga update-environment ' DISPLAY'
# split windows like vim
# vim's definition of a horizontal/vertical split is reversed from tmux's