From 322f667438a1180b8f0bf139bf4fbbc265081bf6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 8 Apr 2014 18:42:50 +0200 Subject: Adding rxvt-unicode-256color to tmux.conf --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 6d3408b..51b7d70 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,7 +2,8 @@ set -g bell-action any # Default termtype. If the rcfile sets $TERM, that overrides this value. -set -g default-terminal "screen-256color" +#set -g default-terminal "screen-256color" +set -g default-terminal "rxvt-unicode-256color" # split windows like vim # vim's definition of a horizontal/vertical split is reversed from tmux's -- cgit v1.2.3-54-g00ecf