From fa0bd47a2e45b12d0fa5f623541e6d444ef00d5e Mon Sep 17 00:00:00 2001 From: gooddoog Date: Mon, 30 Dec 2019 10:59:23 +0300 Subject: [PATCH] (#1219) Document C-x/C-c/C-v console keys --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index db1beccf..79da0155 100644 --- 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