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 07, 2016
-
-
Junegunn Choi authored
[fzf-tmux] Make fzf target correct session in group
-
Bryan Head authored
Fixes #643 Doesn't break #648
-
- Aug 31, 2016
-
-
Junegunn Choi authored
This reverts commit 4d444777.
-
- Aug 29, 2016
-
-
Junegunn Choi authored
[fzf-tmux] Fix grouped tmux session confusion
-
Junegunn Choi authored
[zsh-completion] Split default zsh binding at the correct place
-
Bryan Head authored
Avoids confusing grouped sessions. Fixes #643
-
Tobias Frilling authored
The command substitution and following word splitting to determine the default zle widget for ^I formerly only works if the IFS parameter contains a space. Now it specifically splits at spaces, regardless of IFS.
-
- Aug 28, 2016
-
-
Junegunn Choi authored
Related #642
-
Junegunn Choi authored
-
Joshua Rubin authored
Fix #520 Fix junegunn/fzf.vim#42
-
- Aug 24, 2016
-
-
Junegunn Choi authored
-
- Aug 21, 2016
-
-
Junegunn Choi authored
- Aug 20, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 19, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
fzf#wrap([name string,] [opts dict,] [fullscreen boolean])
-
Junegunn Choi authored
- Make structs smaller - Introduce Result struct and use it to represent matched items instead of reusing Item struct for that purpose - Avoid unnecessary memory allocation - Avoid growing slice from the initial capacity - Code cleanup
-
Junegunn Choi authored
-
- Aug 18, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
By only using leaf functions
-
Junegunn Choi authored
Sort performance increases as the size of each sublist decreases (n in nlog(n) decreases). Merger is then responsible for merging the sorted lists in order, and since in most cases we are only interesed in the matches in the first page on the screen so the overhead in the process is negligible.
-
- Aug 17, 2016
-
- Aug 16, 2016
-
-
Junegunn Choi authored
-
- Aug 14, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Approx. 50% less memory footprint and 40% improvement in query time
- Aug 13, 2016
-
-
Junegunn Choi authored
In the best case (all ascii), this reduces the memory footprint by 60% and the response time by 15% to 20%. In the worst case (every line has non-ascii characters), 3 to 4% overhead is observed.
-
Junegunn Choi authored
-
- Aug 12, 2016
-
-
Junegunn Choi authored
Fix #636. Patch suggested by @edi9999.
-
- Aug 02, 2016
-
-
Junegunn Choi authored
Fix #183
-
Junegunn Choi authored
Close junegunn/fzf.vim#173 and #630
-
- Jul 30, 2016
-
-
Junegunn Choi authored
Remove `name` option from `termopen`.
-
- Jul 29, 2016
-
-
Kassio Borges authored
`termopen` no longer accepts a `name` option, instead we should suffix the command with `;#NAME`.
-
- Jul 28, 2016
-
-
Junegunn Choi authored
Patch suggested by Mariusz Atamańczuk
-
- Jul 26, 2016
-
-
Junegunn Choi authored
Close #627
-