Comment on Vim Splits – Move Faster and More NaturallyparentComments−JoshTriplett13yNote that you can abbreviate :vsplit as just :vsp .−doctoboggan13yYou can even drop the p (and spaces if you are using arguments) So to open a vertical split containing a file browser in the current dir: :vs. I use this all the time.
Comments
Note that you can abbreviate :vsplit as just :vsp .
You can even drop the p (and spaces if you are using arguments) So to open a vertical split containing a file browser in the current dir:
I use this all the time.