1
0
Fork 0

Add save hotkey

This commit is contained in:
Malte 2022-10-31 18:12:40 +01:00
parent dc1dd7ff94
commit 1751fa43a2

View file

@ -27,6 +27,14 @@ in {
enable = true;
settings = {
theme = "catppuccin_latte";
keys = let
common_keys = {
"C-s" = ":w";
};
in {
normal = common_keys;
insert = common_keys;
};
editor = {
whitespace.render = {
space = "all";