From 23be97d84898d31372939f05ab2a00522f6f2e5b Mon Sep 17 00:00:00 2001 From: Nikki Parks <60778202+nap84@users.noreply.github.com> Date: Fri, 22 May 2026 15:11:40 +0200 Subject: [PATCH] Update keyboard shortcuts for cell operations --- episodes/01-run-quit.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/episodes/01-run-quit.md b/episodes/01-run-quit.md index d94ffa3ad..bb360f9ab 100644 --- a/episodes/01-run-quit.md +++ b/episodes/01-run-quit.md @@ -329,7 +329,9 @@ a "text cell" is one that contains ordinary prose written for human beings. - When in Command mode (esc/gray), - The b key will make a new cell below the currently selected cell. - The a key will make one above. - - The x key will delete the current cell. + - The x key will cut the current cell. + - The v key will paste the current cell. + - Hitting dd will delete the current cell. - The z key will undo your last cell operation (which could be a deletion, creation, etc). - All actions can be done using the menus, but there are lots of keyboard shortcuts to speed things up. @@ -402,7 +404,7 @@ Table: Showing some markdown syntax and its rendered output. | ``` |
| | 1. Use numbers | 1. Use numbers | | 1. to create | 2. to create | -| 1. bullet lists. | 3. numbered lists. | +| 1. numbered lists. | 3. numbered lists. | | ``` | | +---------------------------------------+------------------------------------------------+ +---------------------------------------+------------------------------------------------+