diff options
author | Naoaki Ueda <uedan@solutionware.jp> | 2020-09-17 17:48:07 +0900 |
---|---|---|
committer | Naoaki Ueda <uedan@solutionware.jp> | 2020-09-17 17:48:07 +0900 |
commit | eb48120e2f2b60e3e1590748c35d3afe4f0113ca (patch) | |
tree | 1ffc6a38bcd1a9d81f6d44bc29a1000427a05172 /_config | |
parent | 787951eb9e3147c67f8f1457ca597db231d935e3 (diff) | |
download | vimrc-eb48120e2f2b60e3e1590748c35d3afe4f0113ca.tar.gz vimrc-eb48120e2f2b60e3e1590748c35d3afe4f0113ca.tar.bz2 vimrc-eb48120e2f2b60e3e1590748c35d3afe4f0113ca.zip |
FZF floating window
Diffstat (limited to '_config')
-rw-r--r-- | _config/105-fzf.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_config/105-fzf.vim b/_config/105-fzf.vim index 61043b5..e2b58c3 100644 --- a/_config/105-fzf.vim +++ b/_config/105-fzf.vim @@ -29,3 +29,5 @@ endif nmap <Leader>; :Buffers<CR> imap <c-x><c-f> <plug>(fzf-complete-path) +" refs: https://github.com/junegunn/fzf.vim/issues/821#issuecomment-581481211 +let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6, 'highlight': 'Todo' } } |