- Added --layout option with a new layout called reverse-list.
- --layout=reverse is a synonym for --reverse
- --layout=default is a synonym for --no-reverse
- Preview window will be updated even when there is no match for the query if any of the placeholder expressions (e.g. {q}, {+}) evaluates to a non-empty string.
- More keys for binding: shift-{up,down}, alt-{up,down,left,right}
- fzf can now start even when /dev/tty is not available by making an educated guess.
- Fixes and improvements on bash/zsh completion
- install and uninstall scripts now supports generating files under XDG_CONFIG_HOME on --xdg flag.
- $LINES and $COLUMNS are exported to preview command so that the command knows the exact size of the preview window.
- Better error messages when the default command or $FZF_DEFAULT_COMMAND fails.
- fzf now distinguishes mouse left click and right click
- Right click is now bound to toggle action by default
- --bind understands left-click and right-click
- Added accept-non-empty action
- Same as accept, except that it prevents fzf from exiting without any selection
Details
Details
- Reviewers
JoshStrobl DataDrake - Group Reviewers
Triage Team - Commits
- R864:87cefd5618dd: Update to 0.17.4
- Installed
- Tested fuzzy completion
Diff Detail
Diff Detail
- Repository
- R864 fzf
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.