feat: [hx] in Normal mode select to char right

f j in normal mode selects to the char j in the buffer if it exists,
else the cursor stays in place
This commit is contained in:
Igor Támara 2025-10-27 16:54:34 -05:00 committed by CJ van den Berg
parent 151f108b80
commit 65665fb28b
3 changed files with 35 additions and 11 deletions

View file

@ -117,7 +117,7 @@
["l", "move_right"],
["t", "find_till_char"],
["f", "move_to_char", "move_to_char_right"],
["f", "move_to_char", "select_to_char_right_helix"],
["home", "move_begin"],
["end", "move_end"],