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 .
- Aug 20, 2017
-
-
Jan Edmund Lazo authored
-
- Aug 11, 2017
-
- Aug 10, 2017
-
- Aug 09, 2017
-
-
Junegunn Choi authored
One can escape meta characters in extended-search mode with backslashes. Prefixes: \' \! \^ Suffix: \$ Term separator: \<SPACE> To keep things simple, we are not going to support escaping of escaped sequences (e.g. \\') for matching them literally. Since this is a breaking change, we will bump the minor version. Close #444
-
- Aug 08, 2017
-
-
Junegunn Choi authored
-
- Aug 05, 2017
-
-
Junegunn Choi authored
tcell build is commented out as it doesn't reliably respond to tmux send-keys.
-
- Aug 04, 2017
-
-
Junegunn Choi authored
-
- Jul 31, 2017
-
-
Junegunn Choi authored
This reverts commit 376a76d1 as it affects normal completion
-
- Jul 30, 2017
-
-
Junegunn Choi authored
Close #990
-
- Jul 28, 2017
-
-
Junegunn Choi authored
Close #995
-
- Jul 18, 2017
-
-
Junegunn Choi authored
Related: https://gist.github.com/junegunn/4963bab6ace453f7f529d2d0e01b1d85 Close #974
-
- Jul 01, 2017
-
-
Junegunn Choi authored
With zero result. Related: https://github.com/junegunn/fzf.vim/issues/22#issuecomment-311869805
-
Junegunn Choi authored
-
- Jun 08, 2017
-
-
Jan Edmund Lazo authored
-
- Jun 02, 2017
-
-
Junegunn Choi authored
Make sure to consistently calculate tiebreak scores based on the original line. This change may not be preferable if you filter aligned tabular input on a subset of columns using --nth. However, if we calculate length tiebreak only on the matched components instead of the entire line, the result can be very confusing when multiple --nth components are specified, so let's keep it simple and consistent. Close #926
-
- May 29, 2017
-
-
Jan Edmund Lazo authored
-
- May 24, 2017
-
-
Junegunn Choi authored
-
- May 22, 2017
-
-
Junegunn Choi authored
# Move cursor to the top result whenever the query string is changed fzf --bind change:top Close #925
-
- Mar 04, 2017
-
-
Junegunn Choi authored
-
- Mar 03, 2017
-
-
Junegunn Choi authored
CTRL-R binding used to start with --no-sort to list the matched commands in chronological order. However, it has been a constant source of confusion. Let's enable it by default from now on. The sorted result shouldn't be too confusing as we use --tiebreak=index.
-
Junegunn Choi authored
This is to address a common confusion that one does not realize that sorting is intentionally turned off by default and can be enabled by a bind key.
-
- Feb 04, 2017
-
-
Junegunn Choi authored
-
- Feb 03, 2017
-
-
Junegunn Choi authored
-
- Jan 27, 2017
-
-
Junegunn Choi authored
Close #788
-
- Jan 23, 2017
-
-
Junegunn Choi authored
Close #820
-
- Jan 22, 2017
-
-
Junegunn Choi authored
-
- Jan 21, 2017
-
-
Junegunn Choi authored
-
- Jan 15, 2017
-
-
Junegunn Choi authored
Close #802
-
- Jan 14, 2017
-
-
Junegunn Choi authored
-
- Jan 09, 2017
-
-
Junegunn Choi authored
-
- Jan 08, 2017
-
-
Junegunn Choi authored
-
- Nov 08, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- Fix display of CJK wide characters - Fix horizontal offset of header lines - Add support for keys with ALT modifier, shift-tab, page-up and down - Fix util.ExecCommand to properly parse command-line arguments - Fix redraw on resize - Implement Pause/Resume for execute action - Remove runtime check of GOOS - Change exit status to 2 when tcell failed to start - TBD: Travis CI build for tcell renderer - Pending. tcell cannot reliably ingest keys from tmux send-keys
-
- Oct 22, 2016
-
-
Junegunn Choi authored
Close #711
-
- Oct 21, 2016
-
-
Junegunn Choi authored
-
- Oct 18, 2016
-
-
Junegunn Choi authored
Fix unintuitive result where `*fzf*/install` is ranked higher than `fzf/src/fzf/*fzf*-linux_386` on --tiebreak=end.
-
- Sep 18, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 13, 2016
-
-
Junegunn Choi authored
-
- Jul 26, 2016
-
-
Junegunn Choi authored
Close #627
-