Update README.md
This commit is contained in:
parent
2977f08e8f
commit
207876f620
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,9 @@ let g:fzf_action = {
|
|||
\ 'ctrl-v': 'vsplit' }
|
||||
|
||||
" Default fzf layout
|
||||
let g:fzf_layout = { 'down': '40%' }
|
||||
" - down / up / left / right
|
||||
" - window (nvim only)
|
||||
let g:fzf_layout = { 'down': '~40%' }
|
||||
|
||||
" Advanced customization using autoload functions
|
||||
autocmd VimEnter * command! Colors
|
||||
|
|
Loading…
Add table
Reference in a new issue