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. Apr 23, 2015
  2. Apr 20, 2015
  3. Apr 19, 2015
    • Junegunn Choi's avatar
      [vim] Use "system" fzf when available · 537d07c1
      Junegunn Choi authored
      1. Go binary: ../bin/fzf
      2. System fzf: $(which fzf)
      3. Download fzf from GitHub or create wrapper script to Ruby version (../fzf)
         when the binary for the platform is not available
      4. If install script is not found or for some reason failed, try to use Ruby
         version in its expected location (../fzf)
      5. If fzf is found to be a shell function, use it (type fzf)
      537d07c1
  4. Apr 16, 2015
  5. Apr 15, 2015
  6. Apr 14, 2015
  7. Apr 12, 2015
  8. Apr 11, 2015
  9. Apr 10, 2015
  10. Apr 04, 2015
  11. Mar 29, 2015
  12. Mar 13, 2015
  13. Mar 10, 2015
  14. Mar 07, 2015
  15. Jan 07, 2015
  16. 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
  17. Aug 08, 2014
  18. Jul 04, 2014
  19. Jun 27, 2014
  20. Jun 15, 2014
  21. Apr 12, 2014
  22. Apr 04, 2014
  23. Mar 31, 2014
  24. Mar 28, 2014
Loading