mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 17:13:42 -05:00
Updated Examples (vim) (markdown)
@@ -247,7 +247,7 @@ command! -nargs=* Ag call fzf#run({
|
|||||||
\ escape(empty(<q-args>) ? '^(?=.)' : <q-args>, '"\')),
|
\ escape(empty(<q-args>) ? '^(?=.)' : <q-args>, '"\')),
|
||||||
\ 'sink*': function('<sid>ag_handler'),
|
\ 'sink*': function('<sid>ag_handler'),
|
||||||
\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --delimiter : --nth 4.. '.
|
\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --delimiter : --nth 4.. '.
|
||||||
\ '--multi --bind ctrl-a:select-all,ctrl-d:deselect-all '.
|
\ '--multi --bind=ctrl-a:select-all,ctrl-d:deselect-all '.
|
||||||
\ '--color hl:68,hl+:110',
|
\ '--color hl:68,hl+:110',
|
||||||
\ 'down': '50%'
|
\ 'down': '50%'
|
||||||
\ })
|
\ })
|
||||||
|
|||||||
Reference in New Issue
Block a user