256 color support mode is added in .tmux.conf

This commit is contained in:
Vahagn Khachatryan
2015-12-10 11:22:58 -05:00
parent 6cc5c8f337
commit 01da9b2f04

View File

@@ -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 \;\