Skip to content

Instantly share code, notes, and snippets.

@natlownes
Created September 13, 2010 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natlownes/577500 to your computer and use it in GitHub Desktop.
Save natlownes/577500 to your computer and use it in GitHub Desktop.
To change two vertically split windows to horizonally split
^Wt^WK
Horizontally to vertically:
^Wt^WH
where ^W means "hit Ctrl-W". Explanations:
^Wt makes the first (topleft) window current
^WK moves the current window to full-width at the very top
^WH moves the current window to full-height at far left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment