Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

0.18.0

Compare
Choose a tag to compare
@junegunn junegunn released this 31 Mar 02:27
· 8 commits to master since this release
47d1caa
  • Added placeholder expression for zero-based item index: {n} and {+n}
    • fzf --preview 'echo {n}: {}'
  • Added color option for the gutter: --color gutter:-1
  • Added --no-unicode option for drawing borders in non-Unicode, ASCII
    characters
  • FZF_PREVIEW_LINES and FZF_PREVIEW_COLUMNS are exported to preview process
    • fzf still overrides LINES and COLUMNS as before, but they may be
      reset by the default shell.
  • Bug fixes and improvements
  • Built with Go 1.12.1