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. Jan 03, 2015
  2. Dec 29, 2014
  3. Dec 28, 2014
  4. Dec 24, 2014
  5. Dec 23, 2014
  6. Dec 13, 2014
  7. Dec 04, 2014
  8. Dec 01, 2014
  9. Nov 04, 2014
  10. Nov 03, 2014
  11. Nov 01, 2014
  12. Oct 15, 2014
    • Junegunn Choi's avatar
      [vim] Ignore 'dir' option if empty · 6fd6fff3
      Junegunn Choi authored
      This makes it easier to override FZF command like follows:
      
          autocmd VimEnter * command! -nargs=? -bang -complete=dir FZF call fzf#run({
                \ 'sink': 'tabe',
                \ 'dir': <q-args>,
                \ 'options': '-m',
                \ 'tmux_height': empty('<bang>') ? '40%' : '' })
      6fd6fff3
  13. Oct 07, 2014
  14. Sep 18, 2014
  15. Sep 14, 2014
  16. Sep 02, 2014
  17. Aug 31, 2014
  18. Aug 30, 2014
  19. Aug 17, 2014
  20. Aug 16, 2014
  21. Aug 15, 2014
  22. Aug 08, 2014
  23. Jul 27, 2014
  24. Jul 18, 2014
Loading