Try escape for copy-mode
This commit is contained in:
parent
d52f465d5d
commit
a812e8fc2b
|
@ -93,6 +93,7 @@ bind-key C-v run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux
|
|||
# Copy-mode
|
||||
unbind PPage
|
||||
bind PPage 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue