enhance(nvim): q to close oil
This commit is contained in:
parent
7baae6f624
commit
a1ad5ff829
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ return {
|
||||||
},
|
},
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
config = function ()
|
config = function ()
|
||||||
require("oil").setup()
|
require("oil").setup({
|
||||||
|
keymaps = {
|
||||||
|
["q"] = "actions.close",
|
||||||
|
},
|
||||||
|
})
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue