From bc6e396d0b13301bf427ae09cab3f990a16da9c2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Mar 2026 22:11:12 +0200 Subject: Update --- helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helix/config.toml') diff --git a/helix/config.toml b/helix/config.toml index 210bf5a..c1b047d 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -40,6 +40,9 @@ space = "none" tab = "none" newline = "none" +[keys.insert] +j = { k = "normal_mode"} + [keys.normal] D = ["ensure_selections_forward", "extend_to_line_end"] #S conflicts with split_selection, for now comment out -- cgit v1.2.3