Mercurial > dotfiles
changeset 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 | a42419192052 |
children | af787ecac7c4 |
files | dot_tmux.conf |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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