When I use Ag with option to show the context using --after and --before, it still shows it in a single line. Is there a way to show the list with lines before and after?
:Ag -i --after 4 --before 4 pattern /search/path/
Is there also a way to show the results in a buffer or a tabpage, rather than quickfix window? I added this in my vimrc but it still shows the results in quickfix window.
Thanks.