-
Hey, Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is no default bind for fzf-lua/lua/fzf-lua/defaults.lua Line 319 in 3d214f8 If you wish to add require 'fzf-lua' {
files = {
actions = { ["ctrl-h"] = { actions.toggle_hidden } },
}
} |
Beta Was this translation helpful? Give feedback.
-
Oh, jeez. You are right of course. I see now that the actions are set by LazyVim. |
Beta Was this translation helpful? Give feedback.
Oh, jeez. You are right of course. I see now that the actions are set by LazyVim.
My bad, and thank you! Easy fix 👍