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 .
- Sep 12, 2015
-
-
Junegunn Choi authored
Close #338
-
- Sep 07, 2015
-
-
Junegunn Choi authored
-
- Sep 05, 2015
-
-
Junegunn Choi authored
-
- Sep 01, 2015
-
-
Junegunn Choi authored
Fixes Helptags! command from fzf.vim
-
- Aug 31, 2015
-
-
Junegunn Choi authored
-
- Aug 30, 2015
-
-
Junegunn Choi authored
Fix CTRL-T on fish to work asynchronously
-
Michał Kalbarczyk authored
-
- Aug 29, 2015
-
- Aug 28, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Values for 'up' and 'down' can be written with ~ prefix. Only applies when the source is a Vim list. e.g. { 'source': range(10), 'down': '~40%' }
-
- Aug 27, 2015
-
-
Junegunn Choi authored
Close #322
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 26, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 24, 2015
-
-
Junegunn Choi authored
-
- Aug 22, 2015
-
-
Junegunn Choi authored
-
- Aug 19, 2015
-
-
Junegunn Choi authored
-
- Aug 18, 2015
-
-
Junegunn Choi authored
This reverts commit c601fc64.
-
- Aug 16, 2015
-
-
Junegunn Choi authored
-
- Aug 15, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 12, 2015
-
- Aug 10, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Related #317
-
Junegunn Choi authored
Close #317
-
- Aug 08, 2015
-
-
Junegunn Choi authored
Close #312
-
- Aug 05, 2015
-
-
Junegunn Choi authored
so that it doesn't corrupt file that doesn't end with a new line character. Close #311.
-
- Aug 02, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
> time cat /tmp/list | fzf-0.10.1-darwin_amd64 --ansi -fqwerty > /dev/null real 0m4.364s user 0m8.231s sys 0m0.820s > time cat /tmp/list | fzf --ansi -fqwerty > /dev/null real 0m4.624s user 0m5.755s sys 0m0.732s
-
Junegunn Choi authored
> wc -l /tmp/list2 2594098 /tmp/list2 > time cat /tmp/list2 | fzf-0.10.1-darwin_amd64 -fqwerty > /dev/null real 0m5.418s user 0m10.990s sys 0m1.302s > time cat /tmp/list2 | fzf-head -fqwerty > /dev/null real 0m4.862s user 0m6.619s sys 0m0.982s
-
Junegunn Choi authored
- Aug 01, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #310
-