fzf/man/man1
Junegunn Choi d649f5d826
Always execute preview command if {q} is in the template
Even when {q} is empty. Because, why not?

While this can be seen as a breaking change, there is an easy workaround
to keep the old behavior.

    # This will show // even when the query is empty
    : | fzf --preview 'echo /{q}/'

    # But if you don't want it,
    : | fzf --preview '[ -n {q} ] || exit; echo /{q}/'

Close #2759
2022-12-30 14:29:17 +09:00
..
fzf-tmux.1 0.35.1 2022-11-18 20:42:56 +09:00
fzf.1 Always execute preview command if {q} is in the template 2022-12-30 14:29:17 +09:00