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 .
- Jun 18, 2016
-
-
Junegunn Choi authored
zsh: pass through exit code from fzf with fzf-file-widget
-
- Jun 17, 2016
-
-
Daniel Hahler authored
This allows to have a custom widget like the following, which would additionally accept the line, but only in case of entries being selected: fzf-file-widget-with-accept() { zle fzf-file-widget if [[ "$?" == 0 ]] && (( $#BUFFER )); then zle accept-line fi } zle -N fzf-file-widget-with-accept bindkey '\e^T' fzf-file-widget-with-accept With this `<C-a>t` will launch fzf, and simulate the pressing of "Enter" afterwards.
-
- Jun 16, 2016
-
- Jun 15, 2016
-
-
Junegunn Choi authored
-
- Jun 14, 2016
-
-
Junegunn Choi authored
Close #598
- Jun 12, 2016
-
-
Junegunn Choi authored
Close #596
-
Junegunn Choi authored
Optimize fzf_default_completion binding
-
Aleks Kamko authored
-
- Jun 11, 2016
-
-
Junegunn Choi authored
Close #587
-
Junegunn Choi authored
Close #594
-
- Jun 10, 2016
-
-
Junegunn Choi authored
Add fzf_prefer_tmux option
-
Edgar Hipp authored
-
- Jun 08, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
e.g. fzf-tmux -q '$PATH' Related: #343
-
- Jun 07, 2016
-
-
Junegunn Choi authored
Close #590
-
- Jun 03, 2016
-
-
Junegunn Choi authored
Close #583
-
Junegunn Choi authored
This reverts commit f074709f. Close #586. /cc @akashin
-
- Jun 02, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Take SSH completion hints from known_hosts
-
Jim Howell authored
Signed-off-by:
Junegunn Choi <junegunn.c@gmail.com>
- Jun 01, 2016
-
-
Junegunn Choi authored
[fzf-tmux] Change tmux pane title for fzf splits
-
Andrey Kashin authored
-
- May 29, 2016
-
-
Junegunn Choi authored
Close #580
-
- May 25, 2016
-
-
Junegunn Choi authored
-
- May 19, 2016
-
-
Junegunn Choi authored
Also extend default jump labels
- May 18, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
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
-