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 26, 2016
-
-
Junegunn Choi authored
Close #627
-
- Jul 21, 2016
-
-
Junegunn Choi authored
To make it consistent with the other commands in fzf.vim
-
- Jul 16, 2016
-
- Jul 15, 2016
-
-
Junegunn Choi authored
Close #617
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #607
-
- Jul 14, 2016
-
-
Junegunn Choi authored
Close #622
-
- Jul 13, 2016
-
-
Junegunn Choi authored
Close #620
-
- Jul 11, 2016
-
-
Junegunn Choi authored
Close #615
-
- Jul 10, 2016
-
-
Junegunn Choi authored
No guarantee in the order in which files are listed
-
Junegunn Choi authored
Related: #616
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
For consistency and (negligible) performance improvement
-
Junegunn Choi authored
-
Junegunn Choi authored
Use tmux buffers for sending output to preserve character encoding
-
Junegunn Choi authored
Related #616
-
- Jul 09, 2016
-
-
Sean authored
-
- Jul 07, 2016
-
-
Junegunn Choi authored
Close #611
-
- Jul 06, 2016
-
-
Junegunn Choi authored
Close #612
-
- Jul 05, 2016
-
-
Junegunn Choi authored
[zsh] Re-initialize zle when widgets finish
-
Sebastian Reuße authored
zle automatically calls zle-line-init when it starts to read a new line. Many Zsh setups use this hook to set the terminal into application mode, since this will then allow defining keybinds based on the $terminfo variable (the escape codes in said variable are only valid in application mode). However, fzf resets the terminal into raw mode, rendering $terminfo values invalid once the widget has finished. Accordingly, keyboard bindings defined via $terminfo won’t work anymore. This fixes the issue by calling zle-line-init when widgets finish. Care is taken to not call this widget when it is undefined. Fixes #279
-
- Jul 04, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #608
-
Junegunn Choi authored
Close #605
-
- 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
-