Want to see the full-length video right now for free?
In this episode, Ben shows you how to use vim's windows to efficiently edit code.
Commands mentioned:
:h windows get general help on windows:h CTRL-w list all window-related commands:sp split horizontally:vsp split verticallyC-w cycle through windowsC-w h/j/k/l move into window in given directionC-w H/J/K/L move window in given directionC-w o focus a single window (close others)