docs: more docs ig
This commit is contained in:
parent
6fe5826a29
commit
8811e6fedd
3 changed files with 40 additions and 10 deletions
dotfiles/neovim/lua/my/plugins
|
@ -28,7 +28,9 @@ local bindings = {
|
|||
},
|
||||
["extensions.file_browser.file_browser"] = "<Leader>p",
|
||||
extensions = {
|
||||
unicode = {picker = {mode = "i", kind = "dropdown", key = "uu"}}
|
||||
unicode = {
|
||||
picker = {mode = "i", kind = "dropdown", key = "ui", chord = 1}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue