Navigating between splits
Now that we have a few splits open, lets review basic navigation between windows. Window navigation combines the C-W prefix with the familiar h j k l pattern:
Command | Action |
---|---|
C-W j | go N windows down (stop at last window) |
C-W k | go N windows up (stop at first window) |
C-W h | go to Nth left window (stop at first window) |
C-W l | go to Nth right window (stop at last window) |