aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix.toml b/helix.toml
index e22970d..2523219 100644
--- a/helix.toml
+++ b/helix.toml
@@ -8,6 +8,7 @@ scrolloff = 10
8idle-timeout = 1000 8idle-timeout = 1000
9mouse = false 9mouse = false
10middle-click-paste = true 10middle-click-paste = true
11rulers = [80, 120]
11 12
12[editor.cursor-shape] 13[editor.cursor-shape]
13insert = "bar" 14insert = "bar"
@@ -21,6 +22,7 @@ auto-signature-help = false
21"esc" = [ "collapse_selection", "keep_primary_selection" ] 22"esc" = [ "collapse_selection", "keep_primary_selection" ]
22"{" = [ "goto_prev_paragraph" ] 23"{" = [ "goto_prev_paragraph" ]
23"}" = [ "goto_next_paragraph" ] 24"}" = [ "goto_next_paragraph" ]
25"D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"]
24 26
25[keys.select] 27[keys.select]
26"{" = [ "goto_prev_paragraph" ] 28"{" = [ "goto_prev_paragraph" ]