aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-06-27 15:52:15 +0200
committerDavid Runge <dave@sleepmap.de>2017-06-27 15:52:15 +0200
commit543976e952ebeb1ac6f5b45cc25856e0373fe583 (patch)
tree866d2b3beda712123d48ba5628094a6ec10c955b /.tmux.conf
parent4ca926004d6d04fc73103180b9ac892abb352b83 (diff)
downloaddotfiles-543976e952ebeb1ac6f5b45cc25856e0373fe583.tar.gz
dotfiles-543976e952ebeb1ac6f5b45cc25856e0373fe583.tar.bz2
dotfiles-543976e952ebeb1ac6f5b45cc25856e0373fe583.tar.xz
dotfiles-543976e952ebeb1ac6f5b45cc25856e0373fe583.zip
.tmux.conf: Removing useless update-environment. Switching back to default-terminal screen-256color, as tmux-256color does not color in man pages, etc. properly.
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index f4434d9..2e1a4d3 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,8 +1,7 @@
# Ring the bell if any background window rang a bell
set -g bell-action any
-set -g default-terminal "tmux-256color"
-set-option -ga update-environment ' DISPLAY'
+set -g default-terminal "screen-256color"
# split windows like vim
# vim's definition of a horizontal/vertical split is reversed from tmux's