deselection
#5133
-
Is there a way to deselect? Use case would be navigating by word but instead of modifying the entire word, I would just like to append to the word or select the first letter to modify, Currently, it involves moving the selection away and back with |
Beta Was this translation helpful? Give feedback.
Answered by
gabydd
Dec 12, 2022
Replies: 1 comment
-
Collapsing a selection can be done with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kujohn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Collapsing a selection can be done with
;
. I would also suggest doing the tutor withhx --tutor
or:tutor
in the editor. You can also check out the key map docs https://docs.helix-editor.com/ and the command pallete(<space>?
) for quick reference.