update
This commit is contained in:
parent
577afaf7ac
commit
8fa93e9c92
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ set -g @plugin 'Morantron/tmux-fingers'
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
bind-key -T copy-mode-vi 'v' send -X begin-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 'y' send -X copy-selection
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
setw -g mouse on
|
setw -g mouse on
|
||||||
set -s set-clipboard on
|
set -s set-clipboard on
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue