mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
helix: C-s to save
This commit is contained in:
parent
94f56d817d
commit
ee0eac6b07
1 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue