diff --git a/README.md b/README.md index 1f8e1a13..3e733ef9 100644 --- a/README.md +++ b/README.md @@ -390,10 +390,10 @@ function! g:bufopen(e) endfunction nnoremap :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%' \ }) ```