From 72698a12ee791a1324f1803f72a9d24a2bf4632a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 2 Mar 2012 08:38:46 +0000 Subject: [PATCH] switched terminal from screen-256color to xterm-256color as the former was causing issues in some instances --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 2cdb916..363498d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,7 +3,7 @@ unbind C-b set -g prefix C-q # Settings -set -g default-terminal "screen-256color" # emacsclient speedboost +set -g default-terminal "xterm-256color" set -g mode-mouse on set -g mouse-select-pane on set -g mouse-resize-pane on