mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-08-15 12:21:00 +08:00
Update customization examples
This commit is contained in:
@@ -92,7 +92,8 @@ let g:fzf_action = {
|
|||||||
let g:fzf_layout = { 'down': '40%' }
|
let g:fzf_layout = { 'down': '40%' }
|
||||||
|
|
||||||
" Advanced customization using autoload functions
|
" Advanced customization using autoload functions
|
||||||
autocmd VimEnter * command! Colors call fzf#vim#colors({'left': '15%'})
|
autocmd VimEnter * command! Colors
|
||||||
|
\ call fzf#vim#colors({'left': '15%', 'options': '--reverse --margin 30%,0'})
|
||||||
```
|
```
|
||||||
|
|
||||||
Mappings
|
Mappings
|
||||||
|
|||||||
+2
-1
@@ -123,7 +123,8 @@ But its functionality is still available via `call pathogen#helptags()`.)
|
|||||||
let g:fzf_layout = { 'down': '40%' }
|
let g:fzf_layout = { 'down': '40%' }
|
||||||
|
|
||||||
" Advanced customization using autoload functions
|
" Advanced customization using autoload functions
|
||||||
autocmd VimEnter * command! Colors call fzf#vim#colors({'left': '15%'})
|
autocmd VimEnter * command! Colors
|
||||||
|
\ call fzf#vim#colors({'left': '15%', 'options': '--reverse --margin 30%,0'})
|
||||||
<
|
<
|
||||||
|
|
||||||
MAPPINGS *fzf-vim-mappings*
|
MAPPINGS *fzf-vim-mappings*
|
||||||
|
|||||||
Reference in New Issue
Block a user