aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-21 11:25:57 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-21 11:25:57 +0100
commit3344b747a14fbd9c6a16be0c1890b04605f78731 (patch)
treee30720cb4f0087bac4c33ab1ba423638d461d771 /helix.toml
parent827cfaf24367b5e72117caafe11d933ef1450ef1 (diff)
downloaddotfiles-3344b747a14fbd9c6a16be0c1890b04605f78731.tar.gz
Simplified Helix config
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" ]