align oil.nvim vsplit/hsplit to my remaps
This commit is contained in:
parent
c6dac4f865
commit
ec61433e58
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ return {
|
||||||
keymaps = {
|
keymaps = {
|
||||||
-- This should be matched to the open action in remap.lua
|
-- This should be matched to the open action in remap.lua
|
||||||
["<leader>e"] = "actions.close",
|
["<leader>e"] = "actions.close",
|
||||||
|
["<C-v>"] = "actions.select_vsplit",
|
||||||
|
["<C-x>"] = "actions.select_split",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue