commit 09a95634d4608b8c808cbc04d757909810be9703 parent 5ee41bbea4e4e48b6fb8cdb8de89e1e5c0202fac Author: Alex Balgavy <alex@balgavy.eu> Date: Fri, 2 Sep 2022 12:34:31 +0200 helix: settings from new version Diffstat:
M | helix/config.toml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/helix/config.toml b/helix/config.toml @@ -1,5 +1,9 @@ theme = "everforest_light" +[editor] +cursorline = true +color-modes = true + [keys.normal] ";" = "command_mode" ":" = "collapse_selection"