From b46077252180e06fcd7b938b84f92055fee32238 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 29 Mar 2017 13:01:17 +0200 Subject: .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. --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.tmux.conf') 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 -- cgit v1.2.3-54-g00ecf