aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-03-29 13:01:17 +0200
committerDavid Runge <dave@sleepmap.de>2017-03-29 13:01:17 +0200
commitb46077252180e06fcd7b938b84f92055fee32238 (patch)
tree552418be5c4316d48224625d9f0a2d75b2583324 /.tmux.conf
parentc6f775db8367d69f84435677d495d3f1eac2a13e (diff)
downloaddotfiles-b46077252180e06fcd7b938b84f92055fee32238.tar.gz
dotfiles-b46077252180e06fcd7b938b84f92055fee32238.tar.bz2
dotfiles-b46077252180e06fcd7b938b84f92055fee32238.tar.xz
dotfiles-b46077252180e06fcd7b938b84f92055fee32238.zip
.tmux.conf: Setting default terminal to tmux-256color. Using terminal-overrides for xterm-termite to have 24bit colors in termite. Using update-environment to force update DISPLAY variable to stick around.
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