summaryrefslogtreecommitdiff
path: root/helix/config.toml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-07 22:11:12 +0200
committerPaul Buetow <paul@buetow.org>2026-03-07 22:11:12 +0200
commitbc6e396d0b13301bf427ae09cab3f990a16da9c2 (patch)
tree1ef4d44086e940092d579e7c7ed1b45fa794dfd2 /helix/config.toml
parent4f15c48b346c89b5cfd66153d71ffc8bc33e0e49 (diff)
Update
Diffstat (limited to 'helix/config.toml')
-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