m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 09:33:42 -05:00

Updated Examples (markdown)

Junegunn Choi
2015-02-17 13:52:28 +09:00
parent 993a79e7bc
commit b95302706a

@@ -297,7 +297,7 @@ 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%'
\})