mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 01:23:43 -05:00
Updated Examples (markdown)
@@ -297,7 +297,7 @@ Search lines in all open vim buffers
|
|||||||
command! FZFLines call fzf#run({
|
command! FZFLines call fzf#run({
|
||||||
\ 'source': BuffersLines(),
|
\ 'source': BuffersLines(),
|
||||||
\ 'sink': function('LineHandler'),
|
\ 'sink': function('LineHandler'),
|
||||||
\ 'options': '--extended --nth=3..,',
|
\ 'options': '--extended --nth=3..',
|
||||||
\ 'tmux_height': '60%'
|
\ 'tmux_height': '60%'
|
||||||
\})
|
\})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user