Vim - Working with windows
Some awesome command to work with multiple windows:
Ctrl-w s == :sp
Ctrl-w v == :vp
Ctrl-w w cycle between windows
Ctrl-w _: Maximise height of current window
Ctrl-w |: Maximise width of current window
Tuan Tran
Some awesome command to work with multiple windows:
Ctrl-w s == :sp
Ctrl-w v == :vp
Ctrl-w w cycle between windows
Ctrl-w _: Maximise height of current window
Ctrl-w |: Maximise width of current window