comparison 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
comparison
equal deleted inserted replaced
847:a42419192052 848:7218c2192214
131 131
132 bind-key -n 'C-q' popup -w50% -h 90% -x 90% -E -d '#{pane_current_path}' chezmoi cd 132 bind-key -n 'C-q' popup -w50% -h 90% -x 90% -E -d '#{pane_current_path}' chezmoi cd
133 133
134 bind-key -n 'C-z' if -F '#{window_zoomed_flag}' "resize-pane -Z" "send-keys C-z" 134 bind-key -n 'C-z' if -F '#{window_zoomed_flag}' "resize-pane -Z" "send-keys C-z"
135 135
136 bind-key -n 'C-s' { 136 bind-key -T copy-mode-vi 'C-s' {
137 copy-mode 137 copy-mode
138 send -X clear-selection 138 send -X clear-selection
139 send -X start-of-line 139 send -X start-of-line
140 send -X start-of-line 140 send -X start-of-line
141 send -X cursor-up 141 send -X cursor-up