Go to file
Dominique Leuenberger 1a6a4eee90 Accepting request 859924 from utilities
- Text attributes set in --color are not reset when fzf sees another
  --color option for the same element. This allows you to put custom
  text attributes in your $FZF_DEFAULT_OPTS and 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👎underline,hl+👎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 --phony to --disabled
- You can dynamically enable and disable the search functionality using
  the new enable-search, disable-search, and toggle-search actions
- 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 last action to move the cursor to the last match
      The opposite action top is renamed to first, but top is still
      recognized as a synonym for backward compatibility
- Added preview-top and preview-bottom actions
- Extended support for alt key chords: alt with any case-sensitive
  single character
  fzf --bind alt-,:first,alt-.:last
- Generate tags for vim documentation

OBS-URL: https://build.opensuse.org/request/show/859924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=13
2021-01-03 20:26:43 +00:00
.gitattributes Accepting request 595805 from home:avindra 2018-04-12 11:49:15 +00:00
.gitignore Accepting request 595805 from home:avindra 2018-04-12 11:49:15 +00:00
0.25.0.tar.gz - Text attributes set in --color are not reset when fzf sees another 2021-01-03 07:32:21 +00:00
fzf.changes - Text attributes set in --color are not reset when fzf sees another 2021-01-03 07:32:21 +00:00
fzf.spec - Text attributes set in --color are not reset when fzf sees another 2021-01-03 07:32:21 +00:00
vendor.tar.xz - Text attributes set in --color are not reset when fzf sees another 2021-01-03 07:32:21 +00:00