m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2015-06-03 23:14:15 +09:00
parent 295871e18d
commit e94584ca93

@@ -131,7 +131,7 @@ endfunction
command! -nargs=1 Ag call fzf#run({
\ 'source': 'ag --nogroup --column --color "'.escape(<q-args>, '"\').'"',
\ 'sink*': function('<sid>ag_handler'),
\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --no-multi',
\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --no-multi --color hl:68,hl+:110',
\ 'down': '50%'
\ })
```