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 .
- Mar 04, 2017
-
-
Junegunn Choi authored
-
- Mar 03, 2017
-
-
Junegunn Choi authored
This reverts commit 3a6af275.
-
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.
- Mar 02, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 01, 2017
-
-
Junegunn Choi authored
Close #858
-
Junegunn Choi authored
This is needed when fzf is started from inside a program (e.g. Vim) and it uses a different background color than the terminal. - https://github.com/junegunn/fzf.vim/issues/325 - https://github.com/junegunn/fzf.vim/issues/300
-
- Feb 25, 2017
-
-
Junegunn Choi authored
Close https://github.com/junegunn/fzf.vim/issues/308
-
- Feb 24, 2017
-
-
Junegunn Choi authored
-
- Feb 19, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- call fzf#run({'source': "echo '!'"}) - call fzf#run({'source': "echo '!'", 'down': '40%'}) Close https://github.com/junegunn/fzf.vim/issues/315
-
Junegunn Choi authored
-
- Feb 18, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #847. Patch submitted by @wontoncc.
-
- Feb 17, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close https://github.com/junegunn/fzf.vim/issues/309
-
- Feb 16, 2017
-
-
Pierre Neidhardt authored
-
- Feb 14, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix broken preview border. Reported by Thomas Sattler. fzf --bind 'enter:execute(date)' --preview=date --reverse
-
- Feb 09, 2017
-
-
Daniel Gray authored
-
- Feb 08, 2017
-
-
Junegunn Choi authored
Using a dummy command that works as the barrier.
-
- Feb 07, 2017
-
-
Prabir Shrestha authored
-
- Feb 06, 2017
-
-
Junegunn Choi authored
Due to the recent removal of ncurses dependency, we can cross-compile binaries for different platforms without virtual machines.
-
Junegunn Choi authored
Related #832
-
- Feb 05, 2017
-
-
Junegunn Choi authored
- Feb 04, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
To override --height option in FZF_DEFAULT_OPTS
-
Junegunn Choi authored
Goes well with --height
-
- Feb 03, 2017
-
-
Junegunn Choi authored
-
- Feb 02, 2017
-
-
Junegunn Choi authored
Due to performance consideration, FuzzyMatchV2 does not return the exact positions of the matching characters by default. However, the ommission caused `--tiebreak=begin` to produce inaccurate result in some cases. (echo baz foo bar; echo foo bar baz) | fzf --tiebreak=begin -fbar | head -1 # Expected: foo bar baz # Actual: baz foo bar This commit fixes the problem by using the end offset which is guaranteed to be correct.
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
https://github.com/junegunn/go-runewidth/pull/1 /cc @joshuarubin
-