aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml11
1 files changed, 2 insertions, 9 deletions
diff --git a/helix.toml b/helix.toml
index 97eb063..092dfd0 100644
--- a/helix.toml
+++ b/helix.toml
@@ -4,7 +4,6 @@ theme = "jellybeans"
4line-number = "relative" 4line-number = "relative"
5color-modes = true 5color-modes = true
6true-color = true 6true-color = true
7scrolloff = 10
8idle-timeout = 1000 7idle-timeout = 1000
9mouse = false 8mouse = false
10middle-click-paste = true 9middle-click-paste = true
@@ -20,12 +19,6 @@ auto-signature-help = false
20 19
21[keys.normal] 20[keys.normal]
22"esc" = [ "collapse_selection", "keep_primary_selection" ] 21"esc" = [ "collapse_selection", "keep_primary_selection" ]
23"A-," = [ "goto_previous_buffer" ]
24"A-." = [ "goto_next_buffer" ]
25"{" = [ "goto_prev_paragraph" ]
26"}" = [ "goto_next_paragraph" ]
27"D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ] 22"D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ]
28 23"C-left" = [ "goto_previous_buffer" ]
29[keys.select] 24"C-right" = [ "goto_next_buffer" ]
30"{" = [ "goto_prev_paragraph" ]
31"}" = [ "goto_next_paragraph" ]