diff dot_tmux.conf @ 848:7218c2192214

feat: only enable c-s selection in copy mode this allows to use c-s in helix to manually mark a jump position
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 15 Feb 2024 11:35:01 +0100
parents 9e2c5662c2cb
children 632e28eb77b2
line wrap: on
line diff
--- 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