]> git.lizzy.rs Git - nothing.git/commitdiff
(#1219) Document C-x/C-c/C-v console keys
authorgooddoog <gooddoog@student.su>
Mon, 30 Dec 2019 07:59:23 +0000 (10:59 +0300)
committergooddoog <gooddoog@student.su>
Mon, 30 Dec 2019 07:59:23 +0000 (10:59 +0300)
README.md

index db1beccf5b46cbd26b8cfa6885cd9b57f7bb4c36..79da0155ddfff92d9007a4ac8fd331763590518b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -149,15 +149,15 @@ $ ./nothing
 
 ### ConsolĂ©
 
-| Key       | Action                   |
-|-----------|--------------------------|
-| `ESC`     | Exit console             |
-| `Enter`   | Evaluate the expression  |
-| `Up/Down` | Traverse console history |
-| `CTRL+L`  | Clear                    |
-| `CTRL+W`  | Cut                      |
-| `ALT+W`  | Copy                     |
-| `CTRL+Y`  | Paste                    |
+| Key                 | Action                   |
+|---------------------|--------------------------|
+| `ESC`               | Exit console             |
+| `Enter`             | Evaluate the expression  |
+| `Up/Down`           | Traverse console history |
+| `CTRL+L`            | Clear                    |
+| `Ctrl+X`, `CTRL+W`  | Cut                      |
+| `Ctrl+C`, `ALT+W`   | Copy                     |
+| `Ctrl+V`, `CTRL+Y`  | Paste                    |
 
 ### Level Editor