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

FZFLines to use tmux pane when possible

Junegunn Choi
2014-07-10 07:58:19 -07:00
parent f269709f7e
commit b6120e5ded

@@ -175,7 +175,8 @@ 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%'
\}) \})
function! LineHandler(l) function! LineHandler(l)