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 .
- Oct 08, 2019
-
- Sep 29, 2019
-
-
Junegunn Choi authored
By @gh4w and @janlazo See https://github.com/junegunn/vim-plug/commit/68b31a4a66ec945ff299db25a8a6382cd48edf14
-
Junegunn Choi authored
Related #1704
-
- Sep 09, 2019
-
- Aug 09, 2019
-
-
Junegunn Choi authored
-
- Aug 08, 2019
-
-
Junegunn Choi authored
While we can attach `_fzf_path_completion` or `_fzf_dir_completion` to any command using the standard bash complete command, the functionality of the existing completion function is lost. Use _fzf_setup_completion if you want to extend the existing function with fuzzy completion instead of completely replacing it. e.g. _fzf_setup_completion path kubectl
-
- Aug 06, 2019
-
-
Ross Smith II authored
-
Junegunn Choi authored
-
- Jul 19, 2019
-
-
Christian Muehlhaeuser authored
-
Christian Muehlhaeuser authored
-
Christian Muehlhaeuser authored
- Replaced time.Now().Sub() with time.Since() - Replaced unnecessary string/byte slice conversions - Removed obsolete return and value assignment in range loop
-
- Jul 17, 2019
-
-
Dan Čermák authored
-
miclill authored
-
- Jul 13, 2019
-
-
ssjhv authored
Perl was used to remove the trailing newline character, but fzf already has --print0 to use null character as terminators, and fish read -z is expecting null character as terminators. There is no reason to depend on perl if --print0 is passed to fzf invocation.
-
- Jul 09, 2019
-
-
charlton1 authored
(i.e. spawn xterm)
-
- Jun 08, 2019
-
-
Junegunn Choi authored
-
Junegunn Choi authored
The section is no longer relevant since (G)Vim 8 or above has builtin terminal emulator.
-
Junegunn Choi authored
-
- Jun 05, 2019
-
-
Mateusz Piotrowski authored
-
- Jun 03, 2019
-
-
Junegunn Choi authored
Fix #1592
-
- May 26, 2019
-
-
Michael Kelley authored
A newer version of the sys module is needed for pull request #1341
-
- May 21, 2019
-
-
Junegunn Choi authored
-
- May 07, 2019
-
-
Dominik Reller authored
-
- May 01, 2019
-
-
Jesus Briales authored
[bash-completion] Fix custom completion with dynamic loader enabled for non-standard command names (#1564) Related to #1170. Fix the solution for commands with non-standard names where `$cmd` and `$orig_cmd` differ. e.g. `s.foo` -> `s_foo`
-
- Apr 21, 2019
-
-
Junegunn Choi authored
Close #1554
-
- Apr 18, 2019
-
-
Alexey Samoshkin authored
-
- Mar 31, 2019
-
-
Junegunn Choi authored
- Mar 30, 2019
-
-
Junegunn Choi authored
-
- Mar 29, 2019
-
-
Junegunn Choi authored
Close #1540
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
AnakinXL authored
Similar to this PR from fzf.vim: https://github.com/junegunn/fzf.vim/pull/712
-
Junegunn Choi authored
Close ##1533
-
- Mar 28, 2019
-
-
Junegunn Choi authored
Close #1539
-
- Mar 26, 2019
-
-
Junegunn Choi authored
Close #1535
-
- Mar 18, 2019
-
-
Junegunn Choi authored
Close #1521
-
- Mar 17, 2019
-
-
Junegunn Choi authored
fzf --color gutter:-1 Close #1529 Close #1468
-
- Mar 14, 2019
-
-
Junegunn Choi authored
-