dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

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:
Mhelix/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"