:chore: add oil.vim shortcuts
This commit is contained in:
+2
-1
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user