Checklist
Output of fzf --version
0.67.0
OS
Shell
Problem / Steps to reproduce
Is there a way to inherit the STDIN in zle widget mode? For example here fzf won't properly work since it doesn't inherit the files in ZLE mode.
y() {
fzf
zle reset-prompt
}
zle -N y
bindkey '^Y' y
For details see the resulting problem dicussed in yazi: sxyazi/yazi#3503
Checklist
man fzf)Output of
fzf --version0.67.0
OS
Shell
Problem / Steps to reproduce
Is there a way to inherit the STDIN in zle widget mode? For example here fzf won't properly work since it doesn't inherit the files in ZLE mode.
For details see the resulting problem dicussed in yazi: sxyazi/yazi#3503