aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-12-28 03:29:29 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-12-28 03:29:29 +0100
commit3df0c6d82d13bbcf0229de350f4f66787dc46eb5 (patch)
tree8f031d8276a0c83c368a1a9748e7b1dee73fc6ae /helix.toml
parent2614b10dcfaae09d120c39933b0b76e6cb3b2e1e (diff)
downloaddotfiles-3df0c6d82d13bbcf0229de350f4f66787dc46eb5.tar.gz
Cleanup
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix.toml b/helix.toml
index 2f8dd97..97eb063 100644
--- a/helix.toml
+++ b/helix.toml
@@ -24,7 +24,7 @@ auto-signature-help = false
24"A-." = [ "goto_next_buffer" ] 24"A-." = [ "goto_next_buffer" ]
25"{" = [ "goto_prev_paragraph" ] 25"{" = [ "goto_prev_paragraph" ]
26"}" = [ "goto_next_paragraph" ] 26"}" = [ "goto_next_paragraph" ]
27"D" = ["ensure_selections_forward", "extend_to_line_end", "change_selection"] 27"D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ]
28 28
29[keys.select] 29[keys.select]
30"{" = [ "goto_prev_paragraph" ] 30"{" = [ "goto_prev_paragraph" ]