256 color support mode is added in .tmux.conf
This commit is contained in:
@@ -8,13 +8,15 @@ set -g status-keys vi
|
|||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
set -g status-position top
|
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 h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
|
|
||||||
set -g mode-mouse off
|
|
||||||
|
|
||||||
bind m \
|
bind m \
|
||||||
set -g mode-mouse on \;\
|
set -g mode-mouse on \;\
|
||||||
set -g mouse-resize=pane on \;\
|
set -g mouse-resize=pane on \;\
|
||||||
|
|||||||
Reference in New Issue
Block a user