diff --git a/examples.md b/examples.md index 1b9fe3d..d7406d5 100644 --- a/examples.md +++ b/examples.md @@ -175,7 +175,8 @@ Search lines in all open vim buffers command! FZFLines call fzf#run({ \ 'source': BuffersLines(), \ 'sink': function('LineHandler'), - \ 'options': '--extended --nth=3..,' + \ 'options': '--extended --nth=3..,', + \ 'tmux_height': '60%' \}) function! LineHandler(l)