

In the following, we will list the default keybindings of the default editor. You can configure them as you like (how?)
Left | Moves one character left |
Right | Moves one character right |
Ctrl- Left | Moves one word left |
Ctrl- Right | Moves one word right |
Up | Moves up one line |
Down | Moves down one line |
Page Up | Moves up one page |
Page Down | Moves down one page |
Ctrl- Page Down | Moves to the beginning of the file |
Ctrl- Page Down | Moves to the end of the file |
Home | Moves to the beginning of the line |
End | Moves to the end of the line |
For all the keys above, the Shift key can be pressed additionally, to mark from the current cursor position to the one afterwards.
Backspace | Deletes one character left |
Delete | Deletes the character under the cursor |
Ctrl- C | Copies the selected text to the clipboard |
Ctrl- V | Pastes the selected text from the clipboard |
Ctrl- X | Deletes the selected text and puts it into the clipboard |
Ctrl- Z | Undo |
Shift-Ctrl- Z | Redo |