Add vi-like copy/selection bindings

This commit is contained in:
Sonny Bakker 2026-05-22 22:08:01 +02:00
parent 1d4e08148c
commit b7ba1287ca

View file

@ -7,6 +7,9 @@ bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection
# toggle tmux theme
bind T run-shell ~/.local/bin/tmux-toggle.sh