I want to have a 4 grid layout in vim. I am using the NERDTree to open multiple files. Whenever I use "s" or "i", files are open in my first column (I have two columns).
Please see picture:
How can I move one file to the right? So that I have the 4 grid layout that I want.
I've tried this:
But this is for moving yourself between windows (or buffers I think they are called)
Thanks for your help.