# HG changeset patch # User Zeger Van de Vannet # Date 1707993301 -3600 # Node ID 7218c2192214f773ad5915e61c565e116c42a4c3 # Parent a42419192052f50950cb3b2c8d802d59e4eeec44 feat: only enable c-s selection in copy mode this allows to use c-s in helix to manually mark a jump position diff -r a42419192052 -r 7218c2192214 dot_tmux.conf --- a/dot_tmux.conf Thu Feb 15 11:32:00 2024 +0100 +++ b/dot_tmux.conf Thu Feb 15 11:35:01 2024 +0100 @@ -133,7 +133,7 @@ bind-key -n 'C-z' if -F '#{window_zoomed_flag}' "resize-pane -Z" "send-keys C-z" -bind-key -n 'C-s' { +bind-key -T copy-mode-vi 'C-s' { copy-mode send -X clear-selection send -X start-of-line