feat: set up some keymaps for oil

This commit is contained in:
Youwen Wu 2024-09-17 00:57:12 -07:00
parent c5f5e6dd9c
commit 48fb7eb2f7
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -47,6 +47,14 @@
mv $out/doc/recipes.md $out/doc/oil_recipes.md mv $out/doc/recipes.md $out/doc/oil_recipes.md
''; '';
}); });
settings = {
keymaps = {
"." = "actions.parent";
"-" = "";
"<C-c>" = "";
"Q" = "actions.close";
};
};
}; };
harpoon = { harpoon = {
enable = true; enable = true;