Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Nov 07, 2016
  2. Oct 31, 2016
  3. Oct 30, 2016
  4. Oct 28, 2016
  5. Oct 23, 2016
  6. Oct 22, 2016
  7. Oct 21, 2016
  8. Oct 18, 2016
  9. Oct 14, 2016
  10. Oct 13, 2016
  11. Oct 12, 2016
  12. Oct 11, 2016
  13. Oct 04, 2016
    • Junegunn Choi's avatar
      0.15.4 · 3222d62d
      Junegunn Choi authored
    • Junegunn Choi's avatar
      Use exact match by default for inverse search term · aeb957a2
      Junegunn Choi authored
      This is a breaking change, but I believe it makes much more sense. It is
      almost impossible to predict which entries will be filtered out due to
      a fuzzy inverse term. You can still perform inverse-fuzzy-match by
      prepending `!'` to the term.
      
      | Token    | Match type                 | Description                       |
      | -------- | -------------------------- | --------------------------------- |
      | `sbtrkt` | fuzzy-match                | Items that match `sbtrkt`         |
      | `^music` | prefix-exact-match         | Items that start with `music`     |
      | `.mp3$`  | suffix-exact-match         | Items that end with `.mp3`        |
      | `'wild`  | exact-match (quoted)       | Items that include `wild`         |
      | `!fire`  | inverse-exact-match        | Items that do not include `fire`  |
      | `!.mp3$` | inverse-suffix-exact-match | Items that do not end with `.mp3` |
      aeb957a2
    • Junegunn Choi's avatar
      154cf22f
    • Junegunn Choi's avatar
      Adjust maximum scroll offset · 51f53269
      Junegunn Choi authored
      It was possible that a few lines at the bottom may not be visible if
      there are lines above that span multiple lines.
      51f53269
  14. Oct 03, 2016
  15. Sep 29, 2016
  16. Sep 28, 2016
  17. Sep 26, 2016
  18. Sep 25, 2016
  19. Sep 21, 2016
Loading