Skip to content
Snippets Groups Projects
Commit aab42eaa authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Update Vim plugin example

parent 16031b0d
No related branches found
No related tags found
No related merge requests found
......@@ -390,10 +390,10 @@ function! g:bufopen(e)
endfunction
nnoremap <silent> <Leader><Enter> :call fzf#run({
\ 'source': g:buflist(),
\ 'sink': function('g:bufopen'),
\ 'options': '+m +s',
\ 'tmux': 15
\ 'source': reverse(g:buflist()),
\ 'sink': function('g:bufopen'),
\ 'options': '+m',
\ 'tmux_height': '40%'
\ })<CR>
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment