Tmux : Use choose-buffer instead of paste-buffer.
This commit is contained in:
parent
f34d132ce1
commit
19e660dee4
|
@ -57,7 +57,7 @@ bind -n M-n send-keys Pagedown
|
||||||
# Copy mode.
|
# Copy mode.
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
bind -n M-v copy-mode
|
bind -n M-v copy-mode
|
||||||
bind -n M-P paste-buffer
|
bind -n M-P choose-buffer
|
||||||
bind -T copy-mode-vi v send -X begin-selection
|
bind -T copy-mode-vi v send -X begin-selection
|
||||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
|
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
|
||||||
|
|
||||||
|
|
Reference in a new issue