From 66f94a40e964b928456f4294d2a0797a3607da5c Mon Sep 17 00:00:00 2001 From: "ivel.santos" Date: Thu, 10 Apr 2025 18:34:20 -0300 Subject: [PATCH] Helix: normal mode after delete --- 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 a9ddeec..fbc9fb3 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -422,7 +422,7 @@ ["a", ["enter_mode", "insert"], ["move_right"]], ["o", ["enter_mode", "insert"], ["smart_insert_line_after"]], - ["d", "cut"], + ["d", ["cut"], ["enter_mode", "normal"]], ["c", ["enter_mode", "insert"], ["cut"]], ["s", "select_regex"],