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. Mar 06, 2018
  2. Feb 16, 2018
    • Junegunn Choi's avatar
      [bash] Fix CTRL-R to preserve the latest yank · 3f868fd7
      Junegunn Choi authored
      Close #1216
      
      1. Append a single space so that step 3 won't fail
      2. CTRL-E to move to the end of the line
      3. CTRL-U to delete the whole line before the cursor
      4. CTRL-Y to paste the deleted line
      5. ESC+Y to rotate the kill ring and bring back the previous yank before step 3
      6. CTRL-U to delete the whole line again
      7. Paste `__fzf_history__`
      8. ESC+CTRL-E to expand the command substitution
      9. ESC+R to redraw the line
      10. ESC+^ to expand the history entry (!NUMBER)
      Unverified
      3f868fd7
  3. Feb 15, 2018
  4. Jan 26, 2018
  5. Jan 17, 2018
  6. Jan 14, 2018
  7. Jan 06, 2018
    • Junegunn Choi's avatar
      Remove PayPal donation button · 202872c2
      Junegunn Choi authored
      I've decided not to take more donations.
      
      Thanks to everyone who has supported my projects.
      
      Edgar Hipp
      Eyal Levin
      Philip Stewart
      James O'Beirne
      Minh Triet Ly
      Victor Alvarez
      Max Hung
      Gearoid Murphy
      Aaron Taylor
      Brett Bender
      Phil Thompson
      Anders Damsgaard
      Unverified
      202872c2
  8. Dec 07, 2017
  9. Dec 05, 2017
  10. Dec 03, 2017
  11. Dec 02, 2017
    • Junegunn Choi's avatar
      Add accept-non-empty action · 5a7b41a2
      Junegunn Choi authored
      'accept-non-empty' is similar to 'accept' (which is bound to 'enter' and
      'double-click' by default) but it prevents fzf from exiting without any
      selection.
      
      Close #1162
      Unverified
      5a7b41a2
  12. Dec 01, 2017
  13. Nov 27, 2017
  14. Nov 22, 2017
  15. Nov 19, 2017
  16. Nov 14, 2017
  17. Nov 08, 2017
  18. Oct 29, 2017
  19. Oct 27, 2017
  20. Oct 23, 2017
  21. Oct 21, 2017
    • Igor Urazov's avatar
      [completion] Ensure ps called as command (#1098) · eaf6eb89
      Igor Urazov authored
      When `ps` is aliased for something uncommon, like `alias ps=grc ps` which colorizes ps output, the output of `ps` can be unexpected and/or undesired.
      
      This change makes ps to be always executed as command, even if it's aliased.
      eaf6eb89
  22. Oct 20, 2017
  23. Oct 19, 2017
  24. Oct 16, 2017
Loading