This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
Releases: junegunn/fzf-bin
Releases · junegunn/fzf-bin
0.13.1
0.13.0
0.12.2
- 256-color capability detection does not require
256
in$TERM
- Added
print-query
action - More named keys for binding; F1 ~ F10,
ALT-/, ALT-space, and ALT-enter - Added
jump
andjump-accept
actions that implement EasyMotion-like
movement
0.12.1
0.12.0
0.11.4
0.11.3
- Graceful exit on SIGTERM (#482)
$SHELL
instead ofsh
forexecute
action and$FZF_DEFAULT_COMMAND
(#481)- Changes in fuzzy completion API
_fzf_compgen_{path,dir}
_fzf_complete_COMMAND_post
for post-processing
0.11.2
--tiebreak
now accepts comma-separated list of sort criteria- Each criterion should appear only once in the list
index
is only allowed at the end of the listindex
is implicitly appended to the list when not specified- Default is
length
(or equivalentlylength,index
)
begin
criterion will ignore leading whitespaces when calculating the index- Added
toggle-in
andtoggle-out
actions- Switch direction depending on
--reverse
-ness export FZF_DEFAULT_OPTS="--bind tab:toggle-out,shift-tab:toggle-in"
- Switch direction depending on
- Reduced the initial delay when
--tac
is not given