Change between Horizontal & Vertical Splits (VIM)
If you have a vim buffers arranged using split
or vsplit
, you can change between orientations with the following key bindings:
-
Ctrl+w k
- will change avsplit
to a normal splitsplit
-
Ctrl+w h
- will change asplit
to avsplit