add c-j as option to select in oil

This commit is contained in:
2025-07-24 22:36:09 +02:00
parent 1c551020ff
commit f774b1efb6
+1
View File
@@ -150,6 +150,7 @@ require'lazy'.setup{ --{{{1
keymaps = { keymaps = {
["g?"] = { "actions.show_help", mode = "n" }, ["g?"] = { "actions.show_help", mode = "n" },
["<CR>"] = "actions.select", ["<CR>"] = "actions.select",
["<C-j>"] = "actions.select",
["<C-s>"] = { "actions.select", opts = { vertical = true } }, ["<C-s>"] = { "actions.select", opts = { vertical = true } },
["<C-h>"] = { "actions.select", opts = { horizontal = true } }, ["<C-h>"] = { "actions.select", opts = { horizontal = true } },
["<C-t>"] = { "actions.select", opts = { tab = true } }, ["<C-t>"] = { "actions.select", opts = { tab = true } },