Helix mode: move_to_char
This commit is contained in:
parent
b5a57e0901
commit
d8553dd9d7
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
["shift+`", "switch_case"],
|
||||
["shift+t", "till_prev_char"],
|
||||
["shift+f", "move_to_char", false],
|
||||
["shift+f", "move_to_char", "left"],
|
||||
["shift+w", "move_next_long_word_start"],
|
||||
["shift+b", "move_prev_long_word_start"],
|
||||
["shift+e", "move_next_long_word_end"],
|
||||
|
@ -107,7 +107,7 @@
|
|||
["l", "move_right"],
|
||||
|
||||
["t", "find_till_char"],
|
||||
["f", "move_to_char", true],
|
||||
["f", "move_to_char", "right"],
|
||||
|
||||
["`", "to_lower"],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue