customizing mini.files keybinding
This commit is contained in:
18
config/nvim/lua/plugins/mini-files-config.lua
Normal file
18
config/nvim/lua/plugins/mini-files-config.lua
Normal 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,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user