Skip to content

Instantly share code, notes, and snippets.

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor

Keybase proof

I hereby claim:

  • I am narutoo9x on github.
  • I am nar_o (https://keybase.io/nar_o) on keybase.
  • I have a public key ASA5ETQdrc6nJ_uymaEiYb9VhW5-9cIg8as2ZwRvWglT-go

To claim this, I am signing this object:

@narutoo9x
narutoo9x / Marioo_.gitignore
Created February 26, 2016 14:30
First Game Mario with libGDX and tiled map editor
## Java
*.class
*.war
*.ear
hs_err_pid*
## GWT
war/
html/war/gwt_bree/
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures