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. Aug 21, 2016
  2. Aug 16, 2016
  3. Aug 14, 2016
  4. Jul 16, 2016
  5. Jun 16, 2016
  6. Jun 14, 2016
  7. Jun 12, 2016
  8. May 19, 2016
  9. May 18, 2016
  10. Apr 25, 2016
  11. Apr 16, 2016
  12. Mar 03, 2016
  13. Feb 07, 2016
  14. Jan 16, 2016
    • Junegunn Choi's avatar
      Reduce the initial delay when --tac is not given · 8695b5e3
      Junegunn Choi authored
      fzf defers the initial rendering of the screen up to 100ms if the input
      stream is ongoing to prevent unnecessary redraw during the initial
      phase. However, 100ms delay is quite noticeable and might give the
      impression that fzf is not snappy enough. This commit reduces the
      maximum delay down to 20ms when --tac is not specified, in which case
      the input list quickly fills the entire screen.
      8695b5e3
  15. Jan 14, 2016
  16. Nov 30, 2015
  17. Nov 10, 2015
  18. Nov 03, 2015
  19. Oct 09, 2015
  20. Oct 05, 2015
  21. Sep 19, 2015
  22. Sep 18, 2015
  23. Sep 15, 2015
  24. Sep 12, 2015
  25. Aug 29, 2015
  26. Aug 12, 2015
  27. Aug 02, 2015
  28. Aug 01, 2015
  29. Jul 26, 2015
  30. Jul 22, 2015
  31. Jun 21, 2015
  32. Jun 13, 2015
    • Junegunn Choi's avatar
      Add support for search history · 3b528117
      Junegunn Choi authored
      - Add `--history` option (e.g. fzf --history ~/.fzf.history)
      - Add `--history-max` option for limiting the size of the file (default 1000)
      - Add `previous-history` and `next-history` actions for `--bind`
          - CTRL-P and CTRL-N are automatically remapped to these actions when
            `--history` is used
      
      Closes #249, #251
      3b528117
Loading