ag.vim icon indicating copy to clipboard operation
ag.vim copied to clipboard

vsplit opened on the left

Open longmax90 opened this issue 5 years ago • 0 comments

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?

longmax90 avatar Sep 04 '20 15:09 longmax90