-
I know how to remap things in fzf lua, but I don't know to remap specifically the tab functionality to something else, like selecting item with ctrl-y. Help is appreciated |
Beta Was this translation helpful? Give feedback.
Answered by
nenahp
Apr 10, 2025
Replies: 1 comment
-
require "fzf-lua".setup { keymap = { fzf = { ["ctrl-y"] = "toggle+down" } } } "select item" is an fzf actions, more details in fzf manual man fzf | nvim +Man! +'/AVAILABLE ACTIONS:' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
and-rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"select item" is an fzf actions, more details in fzf manual