We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4138333
hidden
preview
--preview
{n}
reload
sinklist
sink*
let spec = { 'source': 'ls', 'options': ['--multi', '--preview', 'cat {}'] } function spec.sinklist(matches) echom string(a:matches) endfunction call fzf#run(fzf#wrap(spec))