Editor key bindings
These are the keybindings that can be used in any type of file.
Keybinding |
Description |
---|---|
|
Select all. |
|
If no content is selected, cuts the current line. Else, performs the usual cut operation. |
|
If no content is selected, selects and copies the current line. Else, performs the usual copy operation. |
|
The usual paste action. |
|
Undo the last action. |
|
Redo the last action. |
|
If content is selected, duplicates the selected content else duplicates the current line. |
|
Selects the word at the left selection handle. |
|
Move to word start. If the cursor is already at the current word’s start, moves the cursor to previous word’s start, skipping whitespaces. |
|
Move to word end. If the cursor is already at the current word’s end, moves the cursor to next word’s end, skipping whitespaces. |
|
Scroll up by one row. |
|
Scroll down by one row. |
|
Moves the cursor to the beginning of content. If in selection mode, sets the selection from beginning of content to the selection anchor. |
|
Moves the cursor to the end of content. If in selection mode, sets the selection from the selection anchor to the end of content. |
|
Split line. If content is selected, deletes the selected content then splits the line. |
|
Same as |
|
Same as |
|
Moves the current line (or all selected lines) up by one line. |
|
Moves the current line (or all selected lines) down by one line. |
|
Same as |
|
Same as |
|
Start a new line before current line. |
|
Join current line and next line. |
|
Start a new line. |