-
-
Notifications
You must be signed in to change notification settings - Fork 4
Editor Shortcut Keys
Select the whole content of the editor.
When multiple selections are present, this deselects all but the primary selection.
Emacs-style line killing. Deletes the part of the line after the cursor. If that consists only of whitespace, the newline at the end of the line is also deleted.
Deletes the whole line under the cursor, including newline at the end.
Delete the part of the line from the left side of the visual line the cursor is on to the cursor.
Delete the part of the line from the cursor to the right side of the visual line the cursor is on.
Undo the last change. Note that, because browsers still don't make it possible for scripts to react to or customize the context menu, selecting undo (or redo) from the context menu in a CodeMirror instance does not work.
Redo the last undone change.
Undo the last change to the selection, or if there are no selection-only changes at the top of the history, undo the last change.
Redo the last change to the selection, or the last text change if no selection changes remain.
Move the cursor to the start of the document.
Move the cursor to the end of the document.
Move the cursor to the start of the line.
Move to the start of the text on the line, or if we are already there, to the actual start of the line (including whitespace).
Move the cursor to the end of the line.
Move the cursor to the right side of the visual line it is on.
Move the cursor to the left side of the visual line it is on. If this line is wrapped, that may not be the start of the line.
Move the cursor up one line.
Move down one line.
Move the cursor up one screen, and scroll up by the same distance.
Move the cursor down one screen, and scroll down by the same distance.
Move the cursor one character left, going to the previous line when hitting the start of line.
Move the cursor one character right, going to the next line when hitting the end of line.
Move the cursor to the start of the previous word.
Move the cursor to the end of the next word.
Move to the left of the group before the cursor. A group is a stretch of word characters, a stretch of punctuation characters, a newline, or a stretch of more than one whitespace character.
Move to the right of the group after the cursor (see above).
Delete the character before the cursor.
Delete the character after the cursor.
Delete up to the start of the word before the cursor.
Delete up to the end of the word after the cursor.
Delete to the left of the group before the cursor.
Delete to the start of the group after the cursor.
Auto-indent the current line or selection.
Indent the current line or selection by one indent unit.
Dedent the current line or selection by one indent unit.
Insert a tab character at the cursor.
Swap the characters before and after the cursor.
Insert a newline and auto-indent the new line.
Switch between overwite and insert mode.
Find
Find next
Find previous
Replace
Replace all
Access Sporks via the dashboard to apply scripts to your servers. For further help and assistance, you can reach us on discord.
- Brainbox.cc - Developer
- Sporks.gg - Dashboard
- Support Server - Get More Help