helix: C-s to save

This commit is contained in:
Sridhar Ratnakumar 2024-03-18 09:09:35 -04:00
parent 94f56d817d
commit ee0eac6b07

View file

@ -5,8 +5,9 @@
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";
# Shortcut to save file, in any mode.
keys.insert."C-s" = [":write" "normal_mode"];
keys.normal."C-s" = ":write";
};
};
}