This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
0.18.0
- 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
andFZF_PREVIEW_COLUMNS
are exported to preview process- fzf still overrides
LINES
andCOLUMNS
as before, but they may be
reset by the default shell.
- fzf still overrides
- Bug fixes and improvements
- Built with Go 1.12.1