From e21746e30cd8a4b7c7d204a523d5d5ca3132badc Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 13:04:01 +0100 Subject: [PATCH] helix: append_mode no longer selects --- editor/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index 2559bec..050b653 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -5,3 +5,4 @@ enable = true [keys.normal] backspace = {r = ":sh cargo run", p = ":sh python src/main.py"} +a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"]