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 18, 2020
-
- Sep 12, 2020
-
-
Junegunn Choi authored
The new default is { 'window' : { 'width': 0.9, 'height': 0.6, 'highlight': 'Normal' } } The default highlight group for the border of the popup window is 'Comment', but 'Normal' seems to be a safer choice. If you prefer the previous default, add this to your Vim configuration file: let g:fzf_layout = { 'down': '40%' } (fzf will fall back to this if popup window is not supported)
-
- Sep 06, 2020
-
- Apr 05, 2020
-
-
Junegunn Choi authored
e.g. if exists('$TMUX') let g:fzf_layout = { 'tmux': '-p90%,60%' } else let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } } endif
-
- Feb 13, 2020
-
-
Junegunn Choi authored
e.g. let g:fzf_layout = { 'window': { 'width': 0.4, 'height': 1, 'xoffset': 0, 'border': 'right' } } let g:fzf_layout = { 'window': { 'width': 0.4, 'height': 1, 'xoffset': 1, 'border': 'left' } } let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.5, 'yoffset': 1, 'border': 'top' } } let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.5, 'yoffset': 0, 'border': 'bottom' } }
-
- Feb 06, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close https://github.com/junegunn/fzf.vim/issues/942
-
- 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.
-
- Jan 25, 2020
-
-
Shun Sakai authored
Update copyright year to 2020 and change to multi-year format.
-
- Nov 29, 2019
-
-
Junegunn Choi authored
-
- Nov 23, 2019
-
-
Junegunn Choi authored
-
- 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
-
- Nov 19, 2017
-
-
Junegunn Choi authored
-
- Sep 29, 2017
-
-
Junegunn Choi authored
Close #1055
-
- Aug 14, 2017
-
- Apr 28, 2017
-
-
Junegunn Choi authored
-
- Apr 01, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #893
-