How to split VIM into editor and terminal

$ vim hello.c

Split the window vertically in two

<ESC> :vert term

Swap the windows (I rather like the terminal on the right hand side)

Control + W + X

Switch to the right window

Control + W + W

Write some commands and enjoy!

Scroll to Top