add c-j as option to select in oil
This commit is contained in:
@@ -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 } },
|
||||||
|
|||||||
Reference in New Issue
Block a user