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 .
- May 18, 2016
-
-
Junegunn Choi authored
Related: #555
-
Junegunn Choi authored
jump and jump-accept implement EasyMotion-like movement in fzf. Suggested by @mhrebenyuk. Close #569.
-
- May 17, 2016
-
-
Junegunn Choi authored
-
- May 15, 2016
-
-
Junegunn Choi authored
-
- May 12, 2016
-
-
Junegunn Choi authored
Close #571
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- May 11, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Should wait until execute action completes
-
Junegunn Choi authored
-
Junegunn Choi authored
The width of the pseudo-terminal on Travis CI environment can be small and cause the line to be wrapped.
-
Junegunn Choi authored
Close #570
-
- May 09, 2016
-
-
Junegunn Choi authored
-
- May 02, 2016
-
-
Junegunn Choi authored
Close #560, #561
-
- Apr 28, 2016
-
-
Junegunn Choi authored
Related: #559
-
- Apr 26, 2016
-
-
Junegunn Choi authored
-
- Apr 25, 2016
-
-
Junegunn Choi authored
Fix missing reference to UNAME_M
-
Gene Pavlovsky authored
The `Build on $(UNAME_M) is not supported, yet` message was referencing an undefined UNAME_M. Fixed that.
-
Junegunn Choi authored
-
- Apr 24, 2016
-
-
Junegunn Choi authored
Helps when your `$SHELL` is slow. Close #552.
-
Junegunn Choi authored
e.g. Remapping fzf-file-widget to CTRL-X CTRL-T intead of CTRL-T bind -x '"\C-x\C-t": fzf-file-widget' bind '"\C-t": transpose-chars'
-
Junegunn Choi authored
- fzf-file-widget - fzf-history-widget - fzf-cd-widget
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Related: 23244bb4
-
Junegunn Choi authored
When we prepend a single quote to our query in --exact mode, we are not supposed to limit the scope of the new search to the previous exact-match result.
-
- Apr 23, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
[bash] Update completion.bash
-
Junegunn Choi authored
[bash] Update key-bindings.bash
-
Gene Pavlovsky authored
Faster startup. Use internal bash globbing instead of external grep binary (adapter from Gentoo's `/etc/bash/bashrc` TERM checking). Insignificant on Linux, but on Cygwin this cuts startup time by 40 ms on my Core i7 laptop.
-
Gene Pavlovsky authored
Fixes #548. Avoid using a subshell in _fzf_defc().
-
- Apr 20, 2016
-
- Apr 16, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Based on the patch by Matt Westcott (@mjwestcott). But with a more conservative approach: - Does not use linearly increasing penalties; It is agreed upon that we should prefer matching characters at the beginnings of the words, but it's not always clear that the relevance is inversely proportional to the distance from the beginning. - The approach here is more conservative in that the bonus is never large enough to override the matchlen, so it can be thought of as the first implicit tiebreak criterion. - One may argue the change breaks the contract of --tiebreak, but the judgement depends on the definition of "tie".
- Apr 15, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
[bash] Fix vi mode pre-launch delay
-
William Chargin authored
-