diff --git a/docs/index.html b/docs/index.html index e7c7c0889..789ea63c2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1871,18 +1871,15 @@
Key | Editor Function |
---|---|
Home | Move cursor to beginning of line |
End | Move cursor to end of line |
Delete | Remove character to right of cursor |
Home, Control + a | Move cursor to beginning of line |
End, Control + e | Move cursor to end of line |
Delete, Control + d | Remove character to right of cursor |
Backspace | Remove character to left of cursor |
Control + a | Same function as 'Home' |
Control + e | Same function as 'End' |
Control + d | Same function as 'Delete' |
Control + k | Remove all characters from cursor to end of line |
Control + u | Remove all characters from cursor to beginning of line |
Control + w | Remove entire word to left of cursor |
Control + Left | Move cursor to beginning of word to the left |
Control + Right | Move cursor to beginning of word to the right |
Control + Left arrow | Move cursor to beginning of word to the left |
Control + Right arrow | Move cursor to beginning of word to the right |
Control + c, Control + Insert | Copy entire line to clipboard |
Control + v, Shift + Insert | Paste clipboard contents |
Control + x, Shift + Delete | Cut entire line to clipboard |