Skip to content

0.28.0

Compare
Choose a tag to compare
@junegunn junegunn released this 03 Nov 16:10
· 660 commits to master since this release
0.28.0
e4c3ecc
  • Added --header-first option to print header before the prompt line
    fzf --header $'Welcome to fzf\n▔▔▔▔▔▔▔▔▔▔▔▔▔▔' --reverse --height 30% --border --header-first
  • Added --scroll-off=LINES option (similar to scrolloff option of Vim)
    • You can set it to a very large number so that the cursor stays in the
      middle of the screen while scrolling
      fzf --scroll-off=5
      fzf --scroll-off=999
  • Fixed bug where preview window is not updated on reload (#2644)
  • fzf on Windows will also use $SHELL to execute external programs