I wanted to work with two files in a "split-mode" like this answer suggests. But one of them is located in different directory (in home) and the other somewhere in desktop folder. In my case, I have two these files (looking from home directory)
.vimrc/Desktop/repos/my_vimrc/linux/.vimrc
I've tried to open .vimrc in home folder and then use command vert /Desktop/repos/my_vimrc/linux/.vimrc (which is not convenient option to write entire path to the file by my hands, but still I had to try something), and it seems like vim created a new file somewhere, since it opened an empty window and I don't even know where is this file supposed to be created. Is there a way to use vert command here?