TAB selection doesn't work #1170
-
Hi, thanks for creating fzf-lua But I'm having a hard time to get TAB selection to work in fzf-lua, it only applies quickfix marker to each selection, and when I press ENTER on the highlighted selection with TAB it opens the quickfixes. I wish TAB could just function like normal autocomplete select. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I don’t understand what this means, fzf is a terminal process, the key binds are (mostly) fzf keybinds, there is no auto completion in fzf in terminal mode. |
Beta Was this translation helpful? Give feedback.
-
@Bedtimestory9 did you find a solution? If so could you show me a code snippet of what you did? |
Beta Was this translation helpful? Give feedback.
If you want you can make tab behave like arrows, but you’re gonna lose the ability to select multiple entries (and send these to the quickfix list).
if that’s what you’re after take a look at the default options section in the README, search for the
keymap.fzf
table and rebind tab todown
.