junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
62.31k stars 2.35k forks source link

fix: Move 'emulate' command outside interactive check #3736

Closed LangLangBart closed 3 months ago

LangLangBart commented 3 months ago

description

https://github.com/junegunn/fzf/issues/3731#issuecomment-2060699426

Close #3731

Tested with

export FZF_DEFAULT_OPTS=""
export FZF_COMPLETION_TRIGGER=',,'
alias cat='bat --color=always --number'
source <path to file>

kill ,,
junegunn commented 3 months ago

Thanks!