Helix mode: move_to_char

This commit is contained in:
Levi Santos 2025-03-30 15:08:30 -03:00 committed by CJ van den Berg
parent b5a57e0901
commit d8553dd9d7

View file

@ -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"],