I use :sf <filename>
with Vim a lot, to split horizontally and edit the said file in the new window.
I wonder what's the equivalent command to do the same but split vertically rather than horizontally.
:vne
seems the closest I can find to this, but the help says it doesn't search for the file like :sf
does.