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 = {
enable = true;
package = pkgs.evil-helix;
settings = {
keys.normal = {
"esc" = [ "collapse_selection" "keep_primary_selection" ];
"V" = [ "select_mode" "extend_to_line_bounds" ];
};
editor = {
line-number = "relative";