Swap open_cwd and parent keys in directory browser
1 files changed, 2 insertions(+), 2 deletions(-) M lua/directory.lua
M lua/directory.lua => lua/directory.lua +2 -2
@@ 14,8 14,8 @@ oil.setup({ ["<C-p>"] = "actions.preview", ["<C-c>"] = "actions.close", ["<C-r>"] = "actions.refresh", ["-"] = "actions.parent", ["_"] = "actions.open_cwd", ["_"] = "actions.parent", ["-"] = "actions.open_cwd", ["`"] = "actions.cd", ["~"] = { "actions.cd", opts = { scope = "tab" }, desc = ":tcd to the current oil directory" }, ["gs"] = "actions.change_sort",