Skip to content

Instantly share code, notes, and snippets.

@tranthamp
Last active October 13, 2015 02:48
Show Gist options
  • Save tranthamp/4127722 to your computer and use it in GitHub Desktop.
Save tranthamp/4127722 to your computer and use it in GitHub Desktop.

Revisions

  1. tranthamp revised this gist Jun 9, 2014. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,10 @@ ctrl-a c
    ctrl-a A

    # List windows
    ctrl-a "
    ctrl-a "

    # Enable multiuser mode
    ctrl-a :multiuser on

    # Add a use to the access control list
    ctrl-a :acladd <user>
  2. Patrick Trantham created this gist Nov 21, 2012.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # Start a new named session
    screen -S <name>

    # Attach to a running named session
    screen -x <name>

    # Create a new window
    ctrl-a c

    # Name a window
    ctrl-a A

    # List windows
    ctrl-a "