:chore: add oil.vim shortcuts

This commit is contained in:
Ian
2026-06-30 23:43:32 +02:00
parent 2ece932eb9
commit 0ab0c08bc6
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ require("oil").setup({
["<C-h>"] = { "actions.select", opts = { horizontal = true } },
["<C-t>"] = { "actions.select", opts = { tab = true } },
["<C-p>"] = "actions.preview",
["<C-c>"] = { "actions.close", mode = "n" },
-- ["<C-c>"] = { "actions.close", mode = "n" },
["q"] = { "actions.close", mode = "n" },
["<C-l>"] = "actions.refresh",
["-"] = { "actions.parent", mode = "n" },
["_"] = { "actions.open_cwd", mode = "n" },