rking / ag.vim

Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
1.74k stars 131 forks source link

vsplit opened on the left #160

Open longmax90 opened 4 years ago

longmax90 commented 4 years ago

I use Ag to look for some pattern. The result is shown in the Quickfix window. I want to open one occurence in a new vertical split. By typing v the corresponding file is opened. However the new vertical split is always on the left, even I have configured set splitright in my .vimrc.

What must I do to open a new vertical split on the right?