Keyboard Shortcuts¶
Press ? anywhere in the notebook (outside a code editor) to show the shortcuts modal.
Editor Shortcuts¶
| Shortcut | Action |
|---|---|
| ++shift+enter++ | Run the current cell |
| ++ctrl+z++ | Undo (in editor) |
| ++ctrl+shift+z++ | Redo (in editor) |
| ++ctrl+a++ | Select all (in editor) |
| ++ctrl+d++ | Select next occurrence |
Notebook Shortcuts¶
| Shortcut | Action |
|---|---|
| ++question++ | Show keyboard shortcuts help |
| ++escape++ | Close modal / dialog |
Cell Actions (Buttons)¶
These are available in the cell gutter (visible on hover):
| Button | Action |
|---|---|
| ▶ | Run cell |
| ▲ / ▼ | Move cell up / down |
| + | Add cell below |
| ⎘ | Duplicate cell |
| × | Delete cell |
| 🔍 | Inspect cell inputs (REPL) |
Tip
The cell gutter buttons appear when you hover over a cell. The status dot on the left shows the cell's current state (idle, running, ready, error, stale).