From 3344b747a14fbd9c6a16be0c1890b04605f78731 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Feb 2024 11:25:57 +0100 Subject: Simplified Helix config --- helix.toml | 11 ++--------- 1 file 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" line-number = "relative" color-modes = true true-color = true -scrolloff = 10 idle-timeout = 1000 mouse = false middle-click-paste = true @@ -20,12 +19,6 @@ auto-signature-help = false [keys.normal] "esc" = [ "collapse_selection", "keep_primary_selection" ] -"A-," = [ "goto_previous_buffer" ] -"A-." = [ "goto_next_buffer" ] -"{" = [ "goto_prev_paragraph" ] -"}" = [ "goto_next_paragraph" ] "D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ] - -[keys.select] -"{" = [ "goto_prev_paragraph" ] -"}" = [ "goto_next_paragraph" ] +"C-left" = [ "goto_previous_buffer" ] +"C-right" = [ "goto_next_buffer" ] -- cgit v1.2.3