mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (vim) (markdown)
@@ -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%'
|
||||
\ })
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user