Some key remapping doesn`t work in select mode #7700
-
Summarysome key remapping doesn`t work in select mode Reproduction StepsI'm using colemak keyboard layout, so i make some remapping in helix. here is a part of my config:
selection doesn't extend when i use Helix log~/.cache/helix/helix.log
Platformmanjaro Terminal Emulatorwezterm 20230712-072601-f4abf8fd Helix Versionhelix 23.05 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The [keys.select]
n = "extend_visual_line_down"
e = "extend_visual_line_up"
# ... |
Beta Was this translation helpful? Give feedback.
-
k = "extend_search_next"
K = "extend_search_prev" use |
Beta Was this translation helpful? Give feedback.
The
move_*
functions should beextend_*
in select mode instead: