From 20e522bdf559a57cbf0876b031efdcf09ad21b53 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 1 Apr 2013 15:31:42 +0400 Subject: [PATCH] tmux: TERM=screen-256color --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 771a06e..57088c0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,7 +12,7 @@ bind + resize-pane -U 10 bind : command-prompt # vi-style controls for copy mode setw -g mode-keys vi -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" bind-key R respawn-window