From 450f4d844e1b185537f3e06ee3479400f00df76e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 2 May 2012 03:16:53 +0100 Subject: [PATCH] Set TERM to screen-256color in tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index d23857b..509d725 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,7 +3,7 @@ unbind C-b set -g prefix C-q # Settings -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" set -g detach-on-destroy on set -g mode-mouse on set -g mouse-select-pane on