From f774b1efb68b838a2a28ab7bb50c38cd93623933 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 24 Jul 2025 22:36:09 +0200 Subject: [PATCH] add c-j as option to select in oil --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 9519d5e..ef26aeb 100644 --- a/init.lua +++ b/init.lua @@ -150,6 +150,7 @@ require'lazy'.setup{ --{{{1 keymaps = { ["g?"] = { "actions.show_help", mode = "n" }, [""] = "actions.select", + [""] = "actions.select", [""] = { "actions.select", opts = { vertical = true } }, [""] = { "actions.select", opts = { horizontal = true } }, [""] = { "actions.select", opts = { tab = true } },