Correct vi-mode syntax
See https://sanctum.geek.nz/arabesque/vi-mode-in-tmux/
This commit is contained in:
parent
47ac7cd5e6
commit
b70c0cdbe4
|
@ -93,8 +93,8 @@ bind-key C-v run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux
|
|||
# Copy-mode
|
||||
unbind PPage
|
||||
bind PPage copy-mode
|
||||
bind-key -t vi-copy 'v' begin-selection
|
||||
bind-key -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-and-cancel
|
||||
|
||||
# Paste buffer
|
||||
unbind P
|
||||
|
|
Loading…
Reference in New Issue