Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a file named "myfzf.lua" under
~/.config/nvim/lua/config
,but when I use grep_cword(),there is a pop window,I press F1,but I can not find my key-bindings.~/.config/nvim/lua/config/myfzf.lua require("fzf-lua").setup({ -- Neovim keymaps / fzf binds keymap = { builtin = { true, }, fzf = { true, alt-p"] = "toggle-preview", }, }, })
Beta Was this translation helpful? Give feedback.
All reactions