Hi HN,
I've been using vim since university to do software development. I love that it's on virtually every platform and is fast.
I'm looking to upgrade. Is there a replacement that allows me to split screens (vertical/horizontal) and virtually never use the mouse?
I've tried Sublime in classic mode, not enough split screens for my workflow.
Intellij only support vertical split and the vim plugin is lacking.
Thanks!
The current region of the screen you're working in can be split horizontally with Ctrl-W s, and vertically with Ctrl-W v.
Moving among the splits is done using Ctrl-W + movement keys, where movement keys are arrows, or h, j, k, l. Plus undoubtedly in other ways.
There are ways to rotate and rearrange windows themselves, and perform actions that open windows: many familiar actions can be prefixed with Ctrl-W so that they open a new window, such as chasing a tag (Ctrl-]).