g:fzf_layout

This commit is contained in:
Junegunn Choi
2015-08-22 00:55:57 +09:00
parent 15ab67ab86
commit 8855227506
2 changed files with 11 additions and 4 deletions
+3
View File
@@ -56,6 +56,9 @@ let g:fzf_action = {
\ 'ctrl-t': 'tab split',
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit' }
" Default fzf layout
let g:fzf_layout = { 'down': '40%' }
```
Fuzzy completion helper