customizing mini.files keybinding

This commit is contained in:
2026-03-06 18:04:43 +01:00
parent 9975a2f2ae
commit 5ef3486066
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
return {
"nvim-mini/mini.files",
opts = {
mappings = {
close = "q",
go_in = "<Right>",
go_in_plus = "L",
go_out = "<Left>",
go_out_plus = "H",
reset = "<BS>",
reveal_cwd = "@",
show_help = "g?",
},
windows = {
width_preview = 80,
},
},
}