From 6283d04442aad23468457b42e30a485b88c45218 Mon Sep 17 00:00:00 2001 From: "ivel.santos" Date: Fri, 11 Apr 2025 19:15:08 -0300 Subject: [PATCH] Helix: fixing c keymap behavior --- src/keybind/builtin/helix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index fbc9fb3..59c9a92 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -147,7 +147,7 @@ ["o", ["enter_mode", "insert"], ["smart_insert_line_after"]], ["d", "cut_forward_internal_inclusive"], - ["c", ["enter_mode", "insert"], ["cut_forward_internal_inclusive"]], + ["c", ["enable_selection"], ["enter_mode", "insert"], ["cut_forward_internal_inclusive"]], ["s", "select_regex"], [";", "collapse_selections"],