diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2014-08-17 00:29:57 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2014-08-17 00:29:57 +0900 |
| commit | d5e7303a25e50054e8925d9e11487f053ec9ca0c (patch) | |
| tree | 526e6bc869f3a4da467cc3acce09a70bbda0f0e7 /fzf-completion.bash | |
| parent | 2924fd3e2361347dfa9f7357bb12a550ef336a86 (diff) | |
| download | fzf-d5e7303a25e50054e8925d9e11487f053ec9ca0c.tar.gz | |
Change --nth option for CTRL-R key binding (#90)
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
Diffstat (limited to 'fzf-completion.bash')
0 files changed, 0 insertions, 0 deletions
