Skip to content

Instantly share code, notes, and snippets.

@hsuh
Last active October 16, 2015 18:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hsuh/8a7be478aa2e763aec8e to your computer and use it in GitHub Desktop.
Save hsuh/8a7be478aa2e763aec8e to your computer and use it in GitHub Desktop.
screen spliting with screen

In screen the terminal multiplexer.

  • To split vertically: ctrl a then |.
  • To split horizontally: ctrl a then S (uppercase one).
  • To unsplit: ctrl a then Q (uppercase one).
  • To switch from one to the other: ctrl a then tab

Note: After splitting, you need to go into the new region and start a new session via ctrl a then c before you can use that area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment