|
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 |
Replies: 2 comments 2 replies
|
Collapsing a selection can be done with |
|
I've stambled accross this issue while reading the tutor. Sometimes, pressing |
Collapsing a selection can be done with
;. I would also suggest doing the tutor withhx --tutoror:tutorin the editor. You can also check out the key map docs https://docs.helix-editor.com/ and the command pallete(<space>?) for quick reference.