Edit menu commandsThe Edit menu has the following commands:
| Item | Shortcut | Description |
| Undo | CTRL + Z | Reverse previous editing operation. |
| Redo | CTRL + Y | Reverse previously undone editing operation. |
| Cut | CTRL + X | Deletes the selection from the active file and moves it to the clipboard. |
| Copy | CTRL + C | Copies the selection from the active file to the clipboard. |
| Paste | CTRL + V | Pastes the selection from the clipboard into the active file. |
| Delete | Del | Deletes the selection from the active file. |
| Select All | CTRL + A | Selects the entire contents of the active file. |
| Find | CTRL + F | Finds text in selected area or entire file. |
| Find Next | F3 | Finds the next occurrence of text in selected area or entire file. |
| Find Previous | SHIFT + F3 | Finds the previous occurrence of text in selected area or entire file. |
| Find In Files | | Finds text in several files |
| Replace | CTRL + H | Replaces text in selected area or entire file. |
| Goto | CTRL + G | Positions cursor on the selected line in the active file. |
| Read-Only | | Makes the active file read-only. |
| Bookmarks | | Defines bookmarks in the active file. |
| Goto Bookmarks | | Positions cursor to specified bookmarks in the active file. |