mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: set up some keymaps for oil
This commit is contained in:
parent
c5f5e6dd9c
commit
48fb7eb2f7
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue