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 .
- Oct 07, 2018
-
- Sep 30, 2018
-
-
Junegunn Choi authored
Close #1379
-
- Jun 10, 2018
-
-
Akinori MUSHA authored
-
Junegunn Choi authored
- Update preview window even if there is no match for the query string if any of the placeholder expressions evaluates to a non-empty string. - Also, if the command template contains {q}, preview window will be updated if the query string changes even though the focus remains on the same item. An example: git log --oneline --color=always | fzf --reverse --ansi --preview \ '[ -n {1} ] && git show --color=always {1} || git show --color=always {q}' Close #1307
- Apr 12, 2018
-
-
Junegunn Choi authored
Close #1234
-
- Mar 30, 2018
-
-
ZDNoFYVe authored
-
- Mar 27, 2018
-
-
xalexalex authored
-
- Feb 15, 2018
-
-
Junegunn Choi authored
For now, they are respectively bound to preview-up and preview-down by default (TBD). Not available on tcell build. Close #1201
-
- Dec 03, 2017
-
-
Junegunn Choi authored
This reverts commit 2f1edeff.
-
Junegunn Choi authored
- Dec 02, 2017
-
-
Junegunn Choi authored
'accept-non-empty' is similar to 'accept' (which is bound to 'enter' and 'double-click' by default) but it prevents fzf from exiting without any selection. Close #1162
-
- Dec 01, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
replace-query action replaces the query string with the current selection. If the selection is too long, it will be truncated. If the line contains meta-characters of fzf search syntax, it is possible that the line is no longer included in the updated result. e.g. echo '!hello' | fzf --bind ctrl-v:replace-query Close #1137
-
Junegunn Choi authored
Close #1168
-
Junegunn Choi authored
left-click and right-click are respectively bound to "ignore" and "toggle" (after implicitly moving the cursor) by default. Close #1130
-
- Oct 16, 2017
-
- Aug 27, 2017
-
-
Junegunn Choi authored
Similarly to --bind or --color. --expect used to replace the previously specified keys, and fzf#wrap({'options': '--expect=f1'}) wouldn't work as expected. It forced us to come up with some ugly hacks like the following: https://github.com/junegunn/fzf.vim/blob/13b27c45c8bdf6c3a41376bb83e4895edadf8c7e/autoload/fzf/vim.vim#L1086
- Aug 02, 2017
-
- Aug 01, 2017
-
-
Junegunn Choi authored
Close #1003
-
- Jul 21, 2017
-
- Jul 20, 2017
-
- Jun 20, 2017
-
-
Junegunn Choi authored
-
- Jun 05, 2017
-
- May 22, 2017
-
-
Junegunn Choi authored
# Move cursor to the top result whenever the query string is changed fzf --bind change:top Close #925
-
- Apr 30, 2017
-
- Apr 28, 2017
-
-
Junegunn Choi authored
Close #906
-
- Apr 02, 2017
-
-
Junegunn Choi authored
Close #888 Close #894
-
- Mar 05, 2017
-
- Mar 04, 2017
-
-
Junegunn Choi authored
-
- Feb 19, 2017
-
- Feb 18, 2017
-
-
Junegunn Choi authored
-
- Feb 05, 2017
-
- Feb 04, 2017
-
-
Junegunn Choi authored
Goes well with --height
-
- Jan 30, 2017
-
-
Junegunn Choi authored
-
- Jan 28, 2017
-
-
Junegunn Choi authored
Close #825
-
- Jan 27, 2017
-
-
Junegunn Choi authored
Close #823
-
Junegunn Choi authored
Close #788
-