Skip to content

Instantly share code, notes, and snippets.

@simplay
Last active November 21, 2015 14:06
Show Gist options
  • Save simplay/4b41c8bb43594b1ffa55 to your computer and use it in GitHub Desktop.
Save simplay/4b41c8bb43594b1ffa55 to your computer and use it in GitHub Desktop.
screen keybindings

Screen Keybindings

Definitions

<c-a> := presss control a

Window Management

  • <c-a> + <shift-s> split screen horizontally
  • <c-a> + <shift-|> split screen vertically
  • <c-a> + <tab> move around opened screens
  • <c-a> + X close (but don't kill) currently displayed screen split (desplit)
  • <c-a> + <c> create session in the opened screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment