Skip to content

Commit

Permalink
Added extra divisions for the table
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed Apr 19, 2018
1 parent 96b05fa commit 210f92c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/useful_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,27 @@ Some of the features of :code:`screen` are (from `this page <https://kb.iu.edu/d
|Command | Purpose |
+=====================+===============================================================+
|:code:`Ctrl-a c` | Create new window (shell) |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a k` | Kill the current window |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a w` | List all windows (the current window is marked with "`*`") |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a 0-9` | Go to a window numbered 0-9 |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a n` | Go to the next window |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a Ctrl-a`| Toggle between the current and previous window |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a [` | Start copy mode |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a ]` | Paste copied text |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a ?` | Help (display a list of commands) |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a Ctrl-\`| Quit screen |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a D` | Power detach and logout |
+---------------------+---------------------------------------------------------------+
|:code:`Ctrl-a d` | Detach but keep shell window open |
+---------------------+---------------------------------------------------------------+

Expand Down

0 comments on commit 210f92c

Please sign in to comment.