From e370e9e9f990bd570efe68cf2ce636a5fedfcd8b Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 23 Dec 2013 22:45:43 +0100 Subject: [PATCH] term --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 62ff0c3..314e30b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ ### CONFIG set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'averag[a-z]*: ' '{print $2}')" -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" # ### BINDS