You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically set /dev/tty as STDIN on execute action
# Redirect /dev/tty to suppress "Vim: Warning: Input is not from a terminal"# ls | fzf --bind "enter:execute(vim {} < /dev/tty)"# "< /dev/tty" part is no longer needed
ls | fzf --bind "enter:execute(vim {})"
Bug fixes and improvements
Signed and notarized macOS binaries
(Huge thanks to BACKERS.md!)