improve navigation
This commit is contained in:
@@ -11,6 +11,11 @@ require("oil").setup({
|
||||
["<C-j>"] = false,
|
||||
["<C-k>"] = false,
|
||||
["<C-l>"] = false,
|
||||
["<C-s>"] = false,
|
||||
["<C-p>"] = { "actions.preview", opts = { vertical = true, split = "belowright" } },
|
||||
["<BS>"] = { "actions.parent", mode = "n" },
|
||||
["<A-h>"] = { "actions.parent", mode = "n" },
|
||||
["<A-l>"] = "actions.select",
|
||||
},
|
||||
view_options = {
|
||||
show_hidden = true,
|
||||
|
||||
Reference in New Issue
Block a user