0.25.0
-
Text attributes set in
--colorare not reset when fzf sees another
--coloroption for the same element. This allows you to put custom text
attributes in your$FZF_DEFAULT_OPTSand still have those attributes
even when you override the colors.# Default colors and attributes fzf # Apply custom text attributes export FZF_DEFAULT_OPTS='--color fg+:italic,hl:-1:underline,hl+:-1:reverse:underline' fzf # Different colors but you still have the attributes fzf --color hl:176,hl+:177 # Write "regular" if you want to clear the attributes fzf --color hl:176:regular,hl+:177:regular
-
Renamed
--phonyto--disabled -
You can dynamically enable and disable the search functionality using the
newenable-search,disable-search, andtoggle-searchactions -
You can assign a different color to the query string for when search is disabled
fzf --color query:#ffffff,disabled:#999999 --bind space:toggle-search -
Added
lastaction to move the cursor to the last match- The opposite action
topis renamed tofirst, buttopis still
recognized as a synonym for backward compatibility
- The opposite action
-
Added
preview-topandpreview-bottomactions -
Extended support for alt key chords: alt with any case-sensitive single character
fzf --bind alt-,:first,alt-.:last