helix: start using it

This commit is contained in:
Sridhar Ratnakumar 2024-03-18 08:54:09 -04:00
parent 49f8ec6a46
commit 94f56d817d

View file

@ -1,5 +1,12 @@
{
programs.helix = {
enable = true;
settings = {
theme = "snazzy";
editor .true-color = true;
keys.insert.j.j = "normal_mode";
keys.insert.s.s = ":write"; # TODO: this should also put back in normal_mode
keys.normal.s.s = ":write";
};
};
}