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 .
- Jan 14, 2016
-
-
Junegunn Choi authored
This seems like a bug of fish, but sometimes when you select an item fish complains: "insertion mode switches can not be used when not in insertion mode" This only happens when using tmux pane. Injecting a dummy command somehow fixes the issue.
-
Junegunn Choi authored
-
Junegunn Choi authored
This commit compensates for the performance overhead from the extended tiebreak option.
-
- Jan 13, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 12, 2016
-
-
Junegunn Choi authored
When 'dir' option is passed to fzf#run(), the current working directory is temporarily changed to the given directory, and restored at the end. However, this behavior is not compatible with &autochdir. This commit introduces a heuristic to determine whether or not to restore the previous working directory. Related: https://github.com/junegunn/fzf.vim/issues/70
-
- Jan 11, 2016
-
-
Junegunn Choi authored
We should not restore the previous working directory if the current directory has changed somehow. This can happen when &autochdir is set.
-
- Jan 09, 2016
-
-
Junegunn Choi authored
Close #469. `setlocal nospell` should appear before `setf fzf` to allow customization of the option.
-
- Jan 07, 2016
-
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/67
-
- Jan 06, 2016
-
-
Junegunn Choi authored
-
- Jan 05, 2016
-
-
Junegunn Choi authored
-
- Dec 29, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix auto-completion for `/`
-
Kobe Lipkens authored
-
- Dec 28, 2015
-
-
Junegunn Choi authored
Close #456 and #457
-
- Dec 27, 2015
-
-
Junegunn Choi authored
Pass FZF_DEFAULT_OPTS to non-interactive bash instance
-
- Dec 26, 2015
-
-
Kobe Lipkens authored
-
- Dec 20, 2015
-
-
Junegunn Choi authored
The size of pseudo-terminal in Travis CI environment can be small
-
- Dec 18, 2015
-
-
Junegunn Choi authored
Close #451
-
- Dec 13, 2015
-
-
Junegunn Choi authored
Fix CTRL-T in tmux
-
- Dec 12, 2015
-
-
Chaoren Lin authored
Instead of choosing one at initialization, choose the correct one when it's actually called, so that the behavior is correct even after resizing. Bonus fixes for tmux with bash 4+: - No extra space when cancelling CTRL-T. - Fix cursor position problem in vi mode.
-
- Dec 11, 2015
-
-
Chaoren Lin authored
- Don't assume ~/.fzf.bash exists. - Source the current script for __fzf_select__. - Forward $PATH.
-
- Dec 09, 2015
-
-
Junegunn Choi authored
Correct fzf-tmux tmux checking bug
-
Pokey Rule authored
-
- Dec 08, 2015
-
-
Junegunn Choi authored
Support fzf-tmux when zoomed
-
Pokey Rule authored
-
- Dec 04, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Having submodules causes vim-plug or other vim plugin managers to clone them with no real benefit to the end-users. There's currently no compelling reason for me to use submodules.
-
- Nov 30, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Related: https://github.com/junegunn/fzf.vim/issues/49
-
Junegunn Choi authored
- Nov 20, 2015
-
-
Junegunn Choi authored
Add android build: `make android`
-
- Nov 19, 2015
-
-
Alex Cornejo authored
-
Junegunn Choi authored
Close #425. Thanks to @blueyed.
-
- Nov 18, 2015
-
-
Junegunn Choi authored
zsh: fzf-completion: use noshwordsplit local option
-
Daniel Hahler authored
This also fixes the completion causing a bell / flickering in case "shwordsplit" was not set, because then the function would return false.
-
Junegunn Choi authored
zsh completion: use \grep to skip any alias
-
Daniel Hahler authored
-
- Nov 12, 2015
-
-
Junegunn Choi authored
-