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 .
- Nov 04, 2014
-
-
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
-
Junegunn Choi authored
Add control + left/right key mappings
-
Jacob Niehus authored
-
- Jul 17, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
On Ubuntu/Debian, completion functions can be dynamically loaded via _completion_loader. Since those functions are not visible when fzf-completion.bash is loaded, we need this special hack to make it possible to fail back to the original completion function when trigger sequence is not found.
-
- Jul 15, 2014
-
-
Sencer Selcuk authored
-
- Jul 14, 2014
-
-
Junegunn Choi authored
-
- Jul 11, 2014
-
-
Junegunn Choi authored
Old versions of sed does not have -E option
-
- Jul 06, 2014
-
-
Junegunn Choi authored
Although a major overhaul is ongoing (#67), it is not yet finished and cannot be considered stable enough for the next release. This commit fixes a few apparent issues with small change to the current implementation. - Fixed error when $TMPDIR is not defined - Better escaping of file/directory names - Splitted functions to workaround fish bug
- Jul 05, 2014
-
-
Junegunn Choi authored
[bash-completion] Fail back to original completion
-
- Jul 04, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-