Browse Source

Update from Amy

Amy 6 years ago
parent
commit
0bc0cc04f9
1 changed files with 22 additions and 11 deletions
  1. 22 11
      docs/source/user/terminal.rst

+ 22 - 11
docs/source/user/terminal.rst

@@ -1,7 +1,8 @@
 .. _terminal:
 
+==========
 Terminals
----------
+==========
 
 JupyterLab terminals provide full support for system shells (bash, tsch,
 etc.) on Mac/Linux and PowerShell on Windows. You can run anything in
@@ -37,19 +38,29 @@ re-open it using the Running tab in the left sidebar:
      <iframe src="https://www.youtube-nocookie.com/embed/gDM5lwU6Dmo?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
   </div>
 
+
 .. _Copy/Paste:
 
+
+
+~~~~~~~~~~~~
 Copy/Paste
-++++++++++
-For both Windows and Mac users, press ``shift`` + ``righ-click`` to get to the right-click menu from inside Jupyterlab terminal. Or by using shortcut keys as follows:
+~~~~~~~~~~~~
+
+For both Windows and Mac users, press ``shift`` + ``right-click`` to get to the right-click menu from inside Jupyterlab terminal. Or by using shortcut keys as follows:
+
+* **For Mac users:**
+
+	**Copy** : ``Cmd`` + ``c`` 
+
+	**Paste**: ``Cmd`` + ``v``
+
+
+* **For Windows users (Power shell):**
+
+	**Copy** : ``Ctrl`` + ``Insert``
+
+	**Paste** : ``Shift`` + ``Insert``
 
-For Mac users:
-..............
-Copy : ``Cmd`` + ``c``
-Paste: ``Cmd`` + ``v``
 
 
-For Windows users (Power shell):
-................................
-Copy : ``Ctrl`` + ``Insert``
-Paste: ``Shift`` + ``Insert``