Skip to content

Mini.files - multiple keymapping #409

Answered by echasnovski
artsbentley asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

Oil.lua config:

   
keymaps = {
                ["?"] = "actions.show_help",

                ["<CR>"] = "actions.select",
                ["<Right>"] = "actions.select",
                ["L"] = "actions.select",

                ["|"] = "actions.select_vsplit",
                ["-"] = "actions.select_split",
                ["<C-t>"] = "actions.select_tab",
                ["p"] = "actions.preview",
                ["q"] = "actions.close",
                ["<Esc>"] = "actions.close",
                ["<C-l>"] = false,

                ["<Bs>"] = "actions.parent",
                ["<Left>"] = "actions.parent",
                ["H"] = "actions.parent",

                ["_"] = "action…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@artsbentley
Comment options

@echasnovski
Comment options

Answer selected by artsbentley
Comment options

You must be logged in to vote
3 replies
@echasnovski
Comment options

@9mm
Comment options

@bassamsdata
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants