mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-16 02:07:06 +00:00
Update Vim plugin example
This commit is contained in:
parent
16031b0d54
commit
aab42eaaba
@ -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>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user