| Ctrl+P |
 | Move to previous line. |
| Ctrl+N |
 | Move to next line. |
Ctrl+Home | None | Cmd+Home | Move to top of file. |
Ctrl+End | None | Cmd+End | Move to end of file. |
Ctrl+
 | None | Home | Scroll up without moving cursor position (with cell mode
disabled). Move to top of current cell or top of previous
cell (with cell mode enabled). |
Ctrl+
 | None | End | Scroll down without moving cursor position (with cell
mode disabled). Move to top of next cell (with cell mode
enabled). |
Page Down | Ctrl+V | Page Down | Move down one screen. |
Page Up | Alt+V | Page Up | Move up one screen. |
 | Ctrl+B |
 | Move back one character. |
| Ctrl+F |
 | Move forward one character. |
Ctrl+
 | None | Option+
 | Move left one word. |
Ctrl+
 | None | Option+
 | Move right one word. |
Home | Ctrl+A | Cmd+
 | Move to beginning of line. |
End | Ctrl+E | Cmd+
 | Move to end of line. |
Delete | Ctrl+D | Forward Delete | Delete character after cursor. |
Backspace | none | Delete | Delete character before cursor. |
None | Ctrl+K | None | Cut contents (kill) to end of line. |
Double-click | None | Double-click | Select current word. To select additional words, hold
mouse after second click and continue dragging left or right. |
Triple-click | None | Triple-click | Select current line. To select additional lines, hold
mouse after second click and continue dragging up or down. |
Ctrl+Shift+
 | None | Option+Shift+
 | Select word to the left |
Ctrl+Shift+
 | None | Option+Shift+
 | Select word to the right. |
Shift+Home | None | Cmd+Shift+
 | Select to beginning of line. |
Shift+End | None | Cmd+Shift+
 | Select to end of line. |
Shift+Page Up | Ctrl+Shift+V | Shift+Page Up | Select one screen up. |
Shift+Page Down | Alt+Shift+V | Shift+Page Down | Select one screen down. |
Ctrl+Shift+Home | None | Cmd+Shift+Home | Select to top of file. |
Ctrl+Shift+End | None | Cmd+Shift+End | Select to end of file. |
Shift+Enter | None | Shift+Enter | Add a new line that is not indented. |
Insert | None | None | Change to overwrite mode from insert mode, or change
to insert mode from overwrite mode. View current mode in the status
bar: OVR is gray for insert mode. In overwrite mode, what you type
replaces existing text, and the cursor is a wide block. (Not supported
on Macintosh platforms.) |
Shift+F5 | None | Shift+F5 | Exit debug mode. Equivalent to typing dbquit. The Command Window displays the standard prompt >>. |