Move copy-mode-vi bindkeys to local configuration.
This commit is contained in:
parent
a812e8fc2b
commit
d8542c9c75
|
@ -94,8 +94,6 @@ bind-key C-v run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux
|
||||||
unbind PPage
|
unbind PPage
|
||||||
bind PPage copy-mode
|
bind PPage copy-mode
|
||||||
bind-key ESCAPE copy-mode
|
bind-key ESCAPE copy-mode
|
||||||
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
|
||||||
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
|
|
||||||
|
|
||||||
# Paste buffer
|
# Paste buffer
|
||||||
unbind P
|
unbind P
|
||||||
|
|
|
@ -67,4 +67,8 @@ unbind C-b
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind a send-prefix
|
bind a send-prefix
|
||||||
|
|
||||||
|
# Copy-mode
|
||||||
|
bind-key -T copy-mode-vi 'v' send -X begin-selection
|
||||||
|
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
|
||||||
|
|
||||||
### }}}
|
### }}}
|
||||||
|
|
Loading…
Reference in New Issue