From 19e660dee4f6feb76562bc5a322f341800b88d6e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 13 Feb 2024 03:53:28 +0300 Subject: [PATCH] Tmux : Use choose-buffer instead of paste-buffer. --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ad34fa8..93ae12e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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"