From dcd5ab36b6e61a9f459d4b8fb1bce2ac3646d448 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 1 Jul 2024 15:01:36 +0200 Subject: feat(tmux): add binding for rectangle toggle in copy mode --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1ffcdc9..dac3544 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,6 +19,7 @@ set -g mouse on set-window-option -g mode-keys vi bind P paste-buffer bind-key -T copy-mode-vi 'v' send-keys -X begin-selection +bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi 'y' send-keys -X copy-selection bind-key -T copy-mode-vi 'y' send-keys -X copy-pipe-and-cancel 'xclip -sel clip -i' -- cgit v1.2.3