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"