Skip to Content

Vim - Working with windows

Posted on

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

comments powered by Disqus