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 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%' : '' })
-
- Oct 07, 2014
-
-
Junegunn Choi authored
-
- Sep 18, 2014
-
-
Junegunn Choi authored
- `[ -f ~/.fzf.${shell} ] && source ~/.fzf.${shell}"` - `source ~/.fzf.${shell}"`
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Miles Whittaker authored
-
Miles Whittaker authored
So only check for file name
-
- Sep 14, 2014
-
-
Miles Whittaker authored
-
- Sep 02, 2014
-
-
Junegunn Choi authored
-
- Aug 31, 2014
-
-
Junegunn Choi authored
Related #95.
-
- Aug 30, 2014
-
-
Junegunn Choi authored
Follow symlinks when using bash autocompletion.
-
Benoît Faucon authored
-
- Aug 17, 2014
-
- Aug 16, 2014
-
-
Junegunn Choi authored
Remove `1` from --nth option. With the change you can no more use `$` anchor to match the tail of a command index. But it makes search around 15% faster. jg@jg:~> time cat history | fzf +s -n..,1,2.. -f fzf > /dev/nul real 0m2.929s user 0m2.766s sys 0m0.154s jg@jg:~> time cat history | fzf +s -n2..,.. -f fzf > /dev/null real 0m2.535s user 0m2.422s sys 0m0.112s
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 15, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 08, 2014
-
-
Junegunn Choi authored
Fixed escaping bug of the previous commit
-
Junegunn Choi authored
This reverts commit cc9938d4.
-
Junegunn Choi authored
-
- Jul 27, 2014
-
-
Junegunn Choi authored
-
- Jul 18, 2014
-
-
Junegunn Choi authored
-