Skip to main content

Code Editor

Keyboard Shortcuts

General

CombinationsAction Description
ctrl-sExecute last save command.
ctrl-lExecute last load command.
ctrl-rExecute run command.
alt-left, alt-rightNavigate between the editors tabs.

Specific to the editor

CombinationsAction Description
left, right, up, downMove the text cursor.
enter/returnStart a new line.
tabInput a normal space character.
backspaceRemove the character behind the cursor.
deleteRemove the character at the cursor.
home, endMove the cursor to the start/end of the current line.
pageup, pagedownScroll multiple lines up/down.
shift-up, shift-downSelect more or less lines.
ctrl-cCopy the current selection to the clipboard.
ctrl-xCut (copy and remove) the current selection to the clipboard.
ctrl-vPaste the current clipboard content at the cursor position.
ctrl-zUndo.
ctrl-shift-zRedo.