mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Update Vim plugin example
This commit is contained in:
@@ -390,10 +390,10 @@ function! g:bufopen(e)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
nnoremap <silent> <Leader><Enter> :call fzf#run({
|
nnoremap <silent> <Leader><Enter> :call fzf#run({
|
||||||
\ 'source': g:buflist(),
|
\ 'source': reverse(g:buflist()),
|
||||||
\ 'sink': function('g:bufopen'),
|
\ 'sink': function('g:bufopen'),
|
||||||
\ 'options': '+m +s',
|
\ 'options': '+m',
|
||||||
\ 'tmux': 15
|
\ 'tmux_height': '40%'
|
||||||
\ })<CR>
|
\ })<CR>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user