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 .
- Jul 22, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- CTRL-D - delete-char/eof - DEL - delete-char
-
Junegunn Choi authored
Close #289
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 21, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 18, 2015
-
-
Junegunn Choi authored
-
- Jul 16, 2015
-
-
Junegunn Choi authored
-
- Jul 13, 2015
-
-
Junegunn Choi authored
- Fix test failures on new fish 2.2.0 - Make timeout-based test cases more robust
-
- Jul 12, 2015
-
-
Junegunn Choi authored
Note that it still can't handle properly multi-line commands. Thanks to @jpcirrus for the bug report and the fix.
-
- Jul 04, 2015
-
-
Junegunn Choi authored
[bash-completion] Fix g++: possible retry loop
-
- Jun 30, 2015
-
-
Junegunn Choi authored
-
- Jun 27, 2015
-
-
Junegunn Choi authored
-
- Jun 26, 2015
-
-
Junegunn Choi authored
Close #40
-
- Jun 25, 2015
-
-
Junegunn Choi authored
Since we now use fzf-tmux instead of tmux split-window
-
Junegunn Choi authored
ALT-C can fail with the following aliases as pointed out in #272 alias find='noglob find' alias command='command '
-
- Jun 22, 2015
-
-
Junegunn Choi authored
-
- Jun 21, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
`--null` is ambiguous. For completeness' sake, we need both `--read0` and `--print0`. `--read0` only makes sense when the input contains multiline entries. However, fzf currently cannot correctly display multiline entries, I'm going to make `--read0` an undocumented feature.
-
Junegunn Choi authored
Use vi-fetch-history on zsh to get history line
-
Oliver Kiddle authored
In addition to being simpler, it allows subsequent up/down history or accept-line-and-down-history widgets to work. Also allow for find being and alias if alias expansion after command is enabled.
- Jun 19, 2015
-
-
Junegunn Choi authored
Since the same can be now achieved with --bind KEY:toggle-sort
-
Junegunn Choi authored
Considering HISTSIZE and HISTFILESIZE of bash
-
- Jun 18, 2015
-
-
Junegunn Choi authored
Remember the exact string given as the key name so that it's possible to correctly handle synonyms and print the original string.
-
Junegunn Choi authored
-
Junegunn Choi authored
by making sure that we're back on shell command-line
-
- Jun 17, 2015
-
-
Junegunn Choi authored
-
- Jun 16, 2015
-
-
Junegunn Choi authored
Close #266
-
Junegunn Choi authored
-
Junegunn Choi authored
-