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

Releases: junegunn/fzf-bin

0.13.1

14 Jun 12:49
0986d8a
Compare
Choose a tag to compare
  • Fixed UI issue with large --preview output with many ANSI codes

0.13.0

11 Jun 17:17
915df11
Compare
Choose a tag to compare
  • Added preview feature
    • --preview CMD
    • --preview-window POS[:SIZE][:hidden]
  • {} in execute action is now replaced to the single-quoted (instead of
    double-quoted) string of the current line
  • Fixed to ignore control characters for bracketed paste mode

0.12.2

18 May 15:59
a8c4a46
Compare
Choose a tag to compare
  • 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 and jump-accept actions that implement EasyMotion-like
    movement

0.12.1

24 Apr 16:23
Compare
Choose a tag to compare
  • Ranking algorithm introduced in 0.12.0 is now universally applied
  • Fixed invalid cache reference in exact mode
  • Fixes and improvements in Vim plugin and shell extensions

0.12.0

16 Apr 05:38
Compare
Choose a tag to compare
  • Enhanced ranking algorithm
  • Minor bug fixes

0.11.4

02 Mar 16:12
Compare
Choose a tag to compare
  • Added --hscroll-off=COL option (default: 10) (#513)
  • Some fixes in Vim plugin and shell extensions

0.11.3

07 Feb 01:59
Compare
Choose a tag to compare

0.11.2

13 Jan 18:00
Compare
Choose a tag to compare
  • --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 list
    • index is implicitly appended to the list when not specified
    • Default is length (or equivalently length,index)
  • begin criterion will ignore leading whitespaces when calculating the index
  • Added toggle-in and toggle-out actions
    • Switch direction depending on --reverse-ness
    • export FZF_DEFAULT_OPTS="--bind tab:toggle-out,shift-tab:toggle-in"
  • Reduced the initial delay when --tac is not given

0.11.1

30 Nov 15:29
Compare
Choose a tag to compare
  • Added --tabstop=SPACES option

0.11.0

09 Nov 15:04
Compare
Choose a tag to compare
  • Added OR operator for extended-search mode
  • Added execute-multi action
  • Fixed incorrect cursor position when unicode wide characters are used in
    --prompt
  • Fixes and improvements in shell extensions