diff options
author | David Runge <dave@sleepmap.de> | 2017-06-27 15:52:15 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-06-27 15:52:15 +0200 |
commit | 543976e952ebeb1ac6f5b45cc25856e0373fe583 (patch) | |
tree | 866d2b3beda712123d48ba5628094a6ec10c955b | |
parent | 4ca926004d6d04fc73103180b9ac892abb352b83 (diff) | |
download | dotfiles-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.
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |