| Edit Menu | Toolbar | Shortcut | Description |
|---|
| | | Home | Move cursor to beginning of line |
| | | End | Move cursor to end of line |
| | | Ctrl+Home | Move cursor to beginning of file |
| | | Ctrl+End | Move cursor to end of file |
| | | Ctrl+Left Arrow | Move cursor one word left |
| | | Ctrl+Right Arrow | Move cursor one word right |
| | | Ctrl+A | Select all text in the current file |
| | | | Move cursor back to the location before a 'find' or 'go to line' command |
| |  | | Move cursor forward to the location after a 'find' or 'go to line' command |
| Undo |  | Ctrl+Z | Cancels the last edit operation |
| Redo |  | Ctrl+Y | Reinstates the last undone operation |
| Cut |  | Ctrl+X | Cut selected text to clipboard |
| Copy |  | Ctrl+C | Copy selected text to clipboard |
| Paste |  | Ctrl+V | Paste text from clipboard |
| Indent Selected Text |  | | Indent selected text right one tab stop |
| Unindent Selected Text |  | | Indent selected text left one tab stop |
| Toggle Bookmark |  | Ctrl+F2 | Toggle bookmark at current line |
| Goto Next Bookmark |  | F2 | Move cursor to next bookmark |
| Goto Previous Bookmark |  | Shift+F2 | Move cursor to previous bookmark |
| Clear All Bookmarks |  | Ctrl+Shift+F2 | Clear all bookmarks in active file |
| Find |  | Ctrl+F | Search text in the active file |
| | | F3 | Repeat search text forward |
| | | Shift+F3 | Repeat search text backward |
| | | Ctrl+F3 | Search word under cursor |
| Replace | | Ctrl+H | Replace specific text |
| Find in Files... |  | Shift+Ctrl+F | Search text in several files |
| Incremental Find |  | Ctrl+I | Find on a letter-by-letter basis as you type the characters |
| Outlining | | | Commands for source code outlining |
| Advanced | | | Advanced editor commands |
| Configuration |  | | Change Colors, Fonts, Shortcuts and Editor options |