Skip to content

Instantly share code, notes, and snippets.

@Xfox1
Last active March 31, 2019 13:47
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 Xfox1/fb35b5287a318bef3cf5e533256cc034 to your computer and use it in GitHub Desktop.
Save Xfox1/fb35b5287a318bef3cf5e533256cc034 to your computer and use it in GitHub Desktop.
Action Command
create screen screen
create screen if inside a screen [Ctrl+a][c]
detach screen [Ctrl+a][d]
kill screen [Ctrl+a][k]
rename screen [Ctrl+a][:] then type 'sessionname <name_you_want>'
screen list screen -ls
resume screen screen -r <screen_name>
split horizontally [Ctrl+a][S]
split vertically [Ctrl+a][|]
unsplit [Ctrl+a][Q]
move to next screen [Ctrl+a][Tab]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment