diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-07-01 15:01:36 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-07-01 15:01:36 +0200 |
| commit | dcd5ab36b6e61a9f459d4b8fb1bce2ac3646d448 (patch) | |
| tree | a28086bef9309240939b476eb7767cbfb4e53ade /tmux/tmux.conf | |
| parent | feat(tmux): add tmux-sensible plugin (diff) | |
| download | suckless-setup-dcd5ab36b6e61a9f459d4b8fb1bce2ac3646d448.tar.gz | |
feat(tmux): add binding for rectangle toggle in copy mode
Diffstat (limited to '')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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' |
