junegunn / fzf

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

feat: zsh multiline mode #3823

Closed LangLangBart closed 1 month ago

LangLangBart commented 1 month ago

description

enable multiline mode for zsh

LangLangBart commented 1 month ago

(I wonder if we should consistently prepend command to all instances of awk and perl.)

Would you like me to do this here for the *.zsh shell files, or should I create a new PR?

I guess you fear some users might be using the eval method to source their scripts?

junegunn commented 1 month ago

I guess you fear some users might be using the eval method to source their scripts?

Oh, we made sure aliases are not expanded when properly sourced. I forgot about that bit. It's fine then.

junegunn commented 1 month ago

Thanks!