Navigate mini.files with enter!
This commit is contained in:
parent
c21bf836a8
commit
c8d7224dc9
7 changed files with 48 additions and 13 deletions
dotfiles/neovim/lua/my/plugins
|
@ -15,7 +15,9 @@ function M.config()
|
|||
windows = {
|
||||
preview = false,
|
||||
},
|
||||
mappings = {},
|
||||
mappings = {
|
||||
go_in_plus = "<cr>",
|
||||
},
|
||||
})
|
||||
|
||||
K.nmap("<C-S-F>", function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue