mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 01:47:23 +08:00
helix: start using it
This commit is contained in:
parent
49f8ec6a46
commit
94f56d817d
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue