Add evil helix

This commit is contained in:
muon 2025-01-22 11:47:52 +00:00
parent a15ee278a5
commit 194c838432

View file

@ -53,10 +53,12 @@ in {
programs.helix = { programs.helix = {
enable = true; enable = true;
package = pkgs.evil-helix;
settings = { settings = {
keys.normal = { keys.normal = {
"esc" = [ "collapse_selection" "keep_primary_selection" ]; "esc" = [ "collapse_selection" "keep_primary_selection" ];
"V" = [ "select_mode" "extend_to_line_bounds" ];
}; };
editor = { editor = {
line-number = "relative"; line-number = "relative";