summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix/config.toml3
1 files changed, 3 insertions, 0 deletions
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