Skip to content

0.27.0

Compare
Choose a tag to compare
@junegunn junegunn released this 06 Apr 13:57
· 799 commits to master since this release
0.27.0
19759ed
  • More border options for --preview-window
    fzf --preview 'cat {}' --preview-window border-left
    fzf --preview 'cat {}' --preview-window border-left --border horizontal
    fzf --preview 'cat {}' --preview-window top:border-bottom
    fzf --preview 'cat {}' --preview-window top:border-horizontal
  • 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!)