From 01da9b2f04a00b411d243fe4d9940f21e015a643 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Thu, 10 Dec 2015 11:22:58 -0500 Subject: [PATCH] 256 color support mode is added in .tmux.conf --- config/.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/.tmux.conf b/config/.tmux.conf index b8ad2f0..f39cab7 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -8,13 +8,15 @@ set -g status-keys vi setw -g mode-keys vi set -g status-position top +set -g default-terminal "screen-256color" +set -g mode-mouse off + +#bind p paste-buffer bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R -set -g mode-mouse off - bind m \ set -g mode-mouse on \;\ set -g mouse-resize=pane on \;\