mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
Update README.md
This commit is contained in:
@@ -92,7 +92,9 @@ let g:fzf_action = {
|
|||||||
\ 'ctrl-v': 'vsplit' }
|
\ 'ctrl-v': 'vsplit' }
|
||||||
|
|
||||||
" Default fzf layout
|
" 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
|
" Advanced customization using autoload functions
|
||||||
autocmd VimEnter * command! Colors
|
autocmd VimEnter * command! Colors
|
||||||
|
|||||||
Reference in New Issue
Block a user