fix(tmux): copy selection with y

This commit is contained in:
2026-03-11 14:16:21 +01:00
parent 80444180d2
commit f63237e40e

View File

@@ -27,6 +27,7 @@ unbind C-b
# copy mode
bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-selection-and-cancel
# navigation
bind ^ last-window