tmux rectangle-toggle should be Ctrl-v like in vim.
dblume

dblume commited on 2022-07-23 09:56:39
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -12,7 +12,7 @@ set -sg escape-time 0
12 12
 # From https://dev.to/iggredible/the-easy-way-to-copy-text-in-tmux-319g
13 13
 # See https://ianthehenry.com/posts/how-to-configure-tmux/ for copy-pipe tips.
14 14
 bind -T copy-mode-vi v send -X begin-selection
15
-bind -T copy-mode-vi V send -X rectangle-toggle
15
+bind -T copy-mode-vi C-v send -X rectangle-toggle
16 16
 bind -T copy-mode-vi y send -X copy-selection-and-cancel
17 17
 
18 18
 # Vim style pane splitting
19 19