fzf v0.18.0 Release Notes

Release Date: 2019-03-31 // about 5 years ago
    • โž• 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