-
Hi there. Today I switched to another server and used the same Neovim configuration, but that keybinding no longer works. How can I fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
I have followed this doc https://github.com/ibhagwan/fzf-lua/wiki#how-do-i-setup-input-history-keybinds to set my nvim. And I found that there's a |
Beta Was this translation helpful? Give feedback.
-
I have tried to input command |
Beta Was this translation helpful? Give feedback.
-
by default
|
Beta Was this translation helpful? Give feedback.
-
And another strange thing is that my search window automatically entered input mode. On another server, although input is possible, it is not in the form of a cursor.(Forgive me, I don't know how to describe this) |
Beta Was this translation helpful? Give feedback.
-
OMG... I found that the short cut to find files in my new server is not fzf-lua... That's sooooo stupid... thanks a lot! @nenahp |
Beta Was this translation helpful? Give feedback.
https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua#L16
I think this is because of this line in LazyVim's configuration. I changed it to 'fzf' and it works correctly now.
I don't quite understand how auto chooses a picker, and I don't even know what this picker is (maybe snacks? But I don't know how to call it by command... Orz)
(it doesn't look like Telescope when used...)