Command | Keystrokes | Menu | Description |
lineUp() | Up | Move the caret one line up. | |
lineDown() | Down | Move the caret one line down. | |
charLeft() | Left | Move the caret one character to the left. | |
charRight() | Right | Move the caret one character to the right. | |
lineStart() | Home | Move the caret to the start of the current line. | |
lineEnd() | End | Move the caret to the end of the current line. | |
pageUp() | PageUp | Move the caret on page up. | |
pageDown() | PageDown | Move the caret one page down. | |
scrollDown() | Ctrl+Up | Scroll the document down one line. | |
scrollUp() | Ctrl+Down | Scroll the document up one line. | |
wordLeft() | Ctrl+Left | Move the caret to the start of the previous word. | |
wordRight() | Ctrl+Right | Move the caret to the start of the next word. | |
fileStart() | Ctrl+Home | Move the caret to the start of the document. | |
fileEnd() | Ctrl+End | Move the caret to the end of the document. | |
topOfWindow() | Ctrl+PageUp | Move the caret to the top of the window. | |
bottomOfWindow() | Ctrl+PageDown | Move the caret to the bottom of the window. | |
enter() | Enter Return |
Insert a new line and move the caret to an appropriate position on the next line dependant on the indent settings. | |
lineUpExtend() | Shift+Up | Extend the current selection up by one line. | |
lineDownExtend() | Shift+Down | Extend the current selection down by one line. | |
charLeftExtend() | Shift+Left | Extend the current selection left by one character. | |
charRightExtend() | Shift+Right | Extend the current selection right by one character. | |
lineStartExtend() | Shift+Home | Extend the current selection to the beginning of the current line. | |
lineEndExtend() | Shift+End | Extend the current selection to the end of the current line. | |
pageUpExtend() | Shift+PageUp | Extend the current selection up by one page. | |
pageDownExtend() | Shift+PageDown | Extend the current selection down by one page. | |
wordLeftExtend() | Ctrl+Shift+Left | Extend the current selection to the beginning of the previous word. | |
wordRightExtend() | Ctrl+Shift+Right | Extend the current selection to the end of the next word. | |
fileStartExtend() | Ctrl+Shift+Home | Extend the current selection to the beginning of the file. | |
fileEndExtend() | Ctrl+Shift+End | Extend the current selection to the end of the file. | |
topOfWindowExtend() | Ctrl+Shift+PageUp | Extend the current selection to the top of the window. | |
bottomOfWindowExtend() | Ctrl+Shift+PageDown | Extend the current selection to the end of the window. | |
matchDelimiterExtend() | Ctrl+Shift+] | Select the text contained within the nearest delimiter pair. | |
selectAll() | Ctrl+A | Select the entire document. | |
selectLine() | Ctrl+F8 | Select the current line. | |
sortAscending() | Edit | Advanced | Sort Ascending | Sort the lines contained within the current selection into ascending order. | |
sortDescending() | Edit | Advanced | Sort Descending | Sort the lines contained within the current selection into descending order. | |
copy() | Ctrl+C Ctrl+Insert |
Edit | Copy | Copy the current selection into the clipboard. |
cut() | Ctrl+X Shift+Delete |
Edit | Cut | Copy the current selection into the clipboard and remove the selected text from the document. |
paste() | Ctrl+V Shift+Insert |
Edit | Paste | Insert the contents of the clipboard into the document at the current caret position. |
cutLine() | Ctrl+L | Cut the current line or selection. | |
deleteLine() | Ctrl+Shift+L | Delete the current line or selection. | |
clearClipboard() | Empty the current contents of the clipboard. | ||
bookmarkToggle() | Ctrl+F2 | Edit | Bookmarks | Toggle Bookmark | Add or remove a bookmark to the current line. |
bookmarkNext() | F2 | Edit | Bookmarks | Next Bookmark | Move the caret to the next bookmark. |
bookmarkPrev() | Shift+F2 | Edit | Bookmarks | Previous Bookmark | Move the caret to the previous bookmark. |
bookmarkFirst() | Edit | Bookmarks | First Bookmark | Move the caret to the first bookmark in the document. | |
bookmarkLast() | Edit | Bookmarks | Last Bookmark | Move the caret to the last bookmark in the document. | |
bookmarkClearAll() | Ctrl+Shift+F2 | Edit | Bookmarks | Clear All Bookmarks | Remove all bookmarks from the document. |
setPermanentBookmark() | Alt+F2 | Add a permanent bookmark on the current line. | |
find() | Ctrl+F | Edit | Find | Display the find dialog. |
replace() | Ctrl+H | Edit | Replace | Display the replace dialog. |
findNext() | F3 | Find the next occurrence of the previous search ahead of the current caret position. | |
findPrev() | Shift+F3 | Find the next occurrence of the previous search behind the current caret position. | |
matchDelimiter() | Ctrl+] | Find the matching delimiter character for the nearest delimiter character on the current line. | |
findNextSelected() | Ctrl+F3 | Search up the document for currently selected text. | |
findPrevSelected() | Ctrl+Shift+F3 | Search down the document for the currently selected text. | |
gotoLine() | Ctrl+G | Display the goto line dialog. | |
deleteBack() | Backspace | Delete the character to the left of the caret position. | |
deleteForward() | Delete | Delete the character to the right of the caret position. | |
deleteWordLeft() | Ctrl+Backspace | Delete from the caret position to the start of the current word. | |
deleteWordRight() | Ctrl+Delete | Delete from the caret position to the end of the current word. | |
deleteLine | Ctrl+L | Delete current line. | |
deleteEndOfLine() | Ctrl+Alt+L | Delete from the caret position to the end of the line. | |
deleteSentance() | Alt+Shift+L | Delete from the caret position to the next blank line. | |
tab() | Tab | Edit | Advanced | Increase Line Indent | Either advance the caret to the next indent position or, if there is selected text, indent each line of the selection. |
backtab() | Shift+Tab | Edit | Advanced | Decrease Line Indent | Either move the caret to the previous indent position or, if there is selected text, unindent each line of the selection. |
lineIndent() | Alt+Right | Indent the current line. | |
lineOutdent() | Alt+Left | Unindent the current line. | |
save() | Ctrl+S | File | Save | Save the current file. |
saveAs() | File | Save As | Save the current file under a different file name. | |
saveAll() | Ctrl+Shift+S | File | Save All | Save all the files. |
print() | Ctrl+P | File | Print | Print the current file. |
lowercase() | Ctrl+U | Edit | Advanced | Make Selection Lowercase | Either change the current character to lowercase or, if there is selected text, change all characters within the selection to lowercase. |
uppercase() | Ctrl+Shift+U | Edit | Advanced | Make Selection Uppercase | Either change the current character to uppercase or, if there is selected text, change all characters within the selection to uppercase. |
commentLine() | Ctrl+/ | Edit | Advanced | Comment | If there is a selection, adds a comment to the start of each selected line. If there is no selection, adds a comment to the start of the line the caret is on. |
uncommentLine() | Ctrl+Shift+/ | Edit | Advanced | Uncomment | If there is a selection, removes any comment from the start of each selected line. If there is no selection, removes any comment fro the start of the line the caret is on. |
undo() | Ctrl+Z | Edit | Undo | Undoes the last operation. |
redo() | Ctrl+Y | Edit | Redo | Redoes the last operation. |
overwriteToggle() | Insert | Enable or disable overwrite mode. | |
transposeWords() | Ctrl+Shift+T | Swap the current word with the previous word or, if there is no previous word, the next word. | |
transposeLines() | Alt+Shift+T | Swap the current line with the previous line or, if there is no previous line, the next line. | |
joinLine() | Ctrl+Alt+J | Appends the line below the caret onto the end of the current line. | |
tabifySelection() | Edit | Advanced | Tabify Selection | Replace whitespace with appropriate tabs within the current selection. | |
untabifySelection() | Edit | Advanced |Untabify Selection | Remove tabs from within the current selection. | |
viewWhitespace() | Edit | Advanced |Visible Whitespace | Enable or disable visible whitespace. | |
toggleReadOnly() | Edit | Advanced | Toggle Read Only | Toggle the write permissions of the current file. |