diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-07 22:11:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-07 22:11:12 +0200 |
| commit | bc6e396d0b13301bf427ae09cab3f990a16da9c2 (patch) | |
| tree | 1ef4d44086e940092d579e7c7ed1b45fa794dfd2 /helix | |
| parent | 4f15c48b346c89b5cfd66153d71ffc8bc33e0e49 (diff) | |
Update
Diffstat (limited to 'helix')
| -rw-r--r-- | helix/config.toml | 3 |
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 |
