Update tmux config for vim
This commit is contained in:
parent
1fda3b8494
commit
7d2ff24002
1 changed files with 4 additions and 3 deletions
|
@ -41,9 +41,10 @@ bind -n M-Up select-pane -U
|
|||
bind -n M-Down select-pane -D
|
||||
|
||||
# enable vi mode keys
|
||||
set-window-option -g mode-keys vi
|
||||
bind -t vi-copy 'v' begin-selection
|
||||
bind -t vi-copy 'y' copy-selection
|
||||
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||
bind-key -T copy-mode-vi 'y' send -X copy-selection
|
||||
bind-key -T copy-mode-vi 'Space' send -X halfpage-down
|
||||
bind-key -T copy-mode-vi 'Bspace' send -X halfpage-up
|
||||
|
||||
# set default terminal mode to 256 colors
|
||||
set -g default-terminal "screen-256color"
|
||||
|
|
Loading…
Reference in a new issue