align oil.nvim vsplit/hsplit to my remaps

This commit is contained in:
Oliver Ladner 2024-01-25 21:33:35 +01:00
commit ec61433e58

View file

@ -21,6 +21,8 @@ return {
keymaps = {
-- This should be matched to the open action in remap.lua
["<leader>e"] = "actions.close",
["<C-v>"] = "actions.select_vsplit",
["<C-x>"] = "actions.select_split",
},
})
end,