From 543976e952ebeb1ac6f5b45cc25856e0373fe583 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 27 Jun 2017 15:52:15 +0200 Subject: .tmux.conf: Removing useless update-environment. Switching back to default-terminal screen-256color, as tmux-256color does not color in man pages, etc. properly. --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.tmux.conf') 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 -- cgit v1.2.3-54-g00ecf