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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 07, 2015
-
-
Junegunn Choi authored
-
- Jan 06, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 05, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
fzf may not run correctly on some OS even when the binary the platform is successfully downloaded. The install script is updated to check if the system has no problem running the executable and fall back to Ruby version when necessary.
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 04, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 03, 2015
-
-
Junegunn Choi authored
-
- Dec 29, 2014
-
-
Junegunn Choi authored
Use travis' new build workers
-
- Dec 28, 2014
-
-
Omer Katz authored
They boot faster and since we don't use root we can use them.
-
- Dec 24, 2014
-
-
Junegunn Choi authored
-
- Dec 23, 2014
-
- Dec 13, 2014
-
-
Junegunn Choi authored
Reverse the order of fish history
-
brettanomyces authored
-
- Dec 04, 2014
-
-
Junegunn Choi authored
-
- Dec 01, 2014
-
-
Junegunn Choi authored
Change `/bin/bash` to `/usr/bin/env bash`
-
Arseniy Seroka authored
-
- Nov 04, 2014
-
-
Junegunn Choi authored
Add --with-nth option
-
Junegunn Choi authored
Hashes are unordered on Ruby 1.8
-
Junegunn Choi authored
-
- Nov 03, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Nov 01, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Oct 15, 2014
-
-
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%' : '' })
-