diff --git a/lua/weeheavy/plugins/oil.lua b/lua/weeheavy/plugins/oil.lua index f22ad26..3c5a18e 100644 --- a/lua/weeheavy/plugins/oil.lua +++ b/lua/weeheavy/plugins/oil.lua @@ -21,6 +21,8 @@ return { keymaps = { -- This should be matched to the open action in remap.lua ["e"] = "actions.close", + [""] = "actions.select_vsplit", + [""] = "actions.select_split", }, }) end,