From ec61433e58f30bbc756f8d5d482e29d89d66e4e1 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 25 Jan 2024 21:33:35 +0100 Subject: [PATCH] align oil.nvim vsplit/hsplit to my remaps --- lua/weeheavy/plugins/oil.lua | 2 ++ 1 file changed, 2 insertions(+) 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,