Tmux : Use choose-buffer instead of paste-buffer.

This commit is contained in:
Dmitry Voronin 2024-02-13 03:53:28 +03:00
parent f34d132ce1
commit 19e660dee4

View file

@ -57,7 +57,7 @@ bind -n M-n send-keys Pagedown
# Copy mode.
setw -g mode-keys vi
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 y send-keys -X copy-pipe-and-cancel "pbcopy"