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:
parent
151f108b80
commit
65665fb28b
3 changed files with 35 additions and 11 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue