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