From d8553dd9d7f94bd1bd6a968dcd039b85320f1e2c Mon Sep 17 00:00:00 2001 From: Levi Santos Date: Sun, 30 Mar 2025 15:08:30 -0300 Subject: [PATCH] Helix mode: move_to_char --- src/keybind/builtin/helix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index 34b0e3a..1373f12 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -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"],