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 .
- Feb 04, 2020
-
-
mattn authored
Makes scanning 300x faster on Windows
-
Sergey Bronnikov authored
-
- Feb 03, 2020
-
-
Junegunn Choi authored
e.g. let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } } Based on the code from https://github.com/junegunn/fzf.vim/issues/821#issuecomment-581273191 by @lacygoill.
-
Junegunn Choi authored
-
- Jan 25, 2020
-
-
Shun Sakai authored
Update copyright year to 2020 and change to multi-year format.
-
- Jan 22, 2020
-
-
Junegunn Choi authored
-
- Jan 19, 2020
-
-
Junegunn Choi authored
-
Tony Metzidis authored
Fix #1637
-
Chitoku authored
-
Aaron Bieber authored
-
- Jan 18, 2020
-
-
Junegunn Choi authored
Tested on urxvt. Fix #1799.
-
- Jan 15, 2020
-
-
Junegunn Choi authored
-
- Jan 08, 2020
-
-
Jack Bates authored
Enables the right bindings when switching between editing modes.
-
- Jan 07, 2020
-
-
Jan Edmund Lazo authored
-
- Dec 31, 2019
-
-
Junegunn Choi authored
-
- Dec 20, 2019
-
-
Junegunn Choi authored
Fix #1795
-
- Dec 18, 2019
-
- Dec 16, 2019
-
-
Junegunn Choi authored
-
Jan Edmund Lazo authored
-
- Dec 15, 2019
-
-
Jan Edmund Lazo authored
Truecolor does not work on default Windows terminal. It is a problem in neovim GUIs. https://github.com/sainnhe/edge/issues/5#issuecomment-565748240
-
msr1k authored
* Add MSYS2 support as a vim plugin Add &shellcmdflag and TERM environment variable treatment. - Make &shellcmdflag `/C` when &shell turns into `cmd.exe` - Delete %TERM% environment variable before fzf execution * Change shellescape default value depending on s:is_win flag * Make TERM environment empty only when gui is running * Stop checking &shell in fzf#shellescape function This funcion's behavior is controlled by only if it is Windows or not. So there is no need to check &shell. * Take neovim into consideration when to set shellcmdflag * Add &shellxquote control
-
- Dec 13, 2019
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Dec 12, 2019
-
-
Junegunn Choi authored
Close #1776
-
Junegunn Choi authored
-
Junegunn Choi authored
Backport https://github.com/junegunn/vim-plug/pull/913
-
- Dec 09, 2019
-
-
Junegunn Choi authored
-
- Dec 07, 2019
-
-
Junegunn Choi authored
Close #1787 Related #1364
-
- Dec 06, 2019
-
-
Junegunn Choi authored
-
Junegunn Choi authored
If the command template doesn't have any placeholder expressions. : | fzf --bind 'space:reload:seq 10'
-
Henré Botha authored
This commit fixes a bug where lines that declare multiple hostnames get omitted from completion entirely if one of the hostnames matches *. For example: Host foo.com bar.dev baz.*
-
Junegunn Choi authored
-
David Gray authored
Close #1783
-
- Dec 05, 2019
-
-
Junegunn Choi authored
Close #1707 Close #1779
-
infokiller authored
-
John Purnell authored
* Update completion.bash * Update completion.zsh
-
Junegunn Choi authored
-
- Dec 01, 2019
-
-
Junegunn Choi authored
Added NixOS instruction. Close #1731
-
midchildan authored
The zsh version of the cd widget sets the variable `dir` to the path of the target directory before invoking `cd`. This causes zsh to treat the target directory as a named directory, which has the effect of zsh substituting '%~' with '~dir' instead of the proper path when it performs prompt expansion. This commit will cause the widget to unset `dir` before redrawing the prompt to fix this issue. Details of zsh prompt expansion can be found in: http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html
-
- Nov 29, 2019
-
-
Junegunn Choi authored
-