Standard navigation and text selection shortcuts
When typing in the Editor, you have access to a wide variety of commonly-used shortcuts to help you navigate and select specific blocks of text in your files. These include:
- SHIFT+RIGHT - select the character to the right of the insertion point
- SHIFT+LEFT - select the character to the left of the insertion point
- CTRL+RIGHT - move the insertion point one word to the right
- CTRL+LEFT - move the insertion point one word to the left
- CTRL+SHIFT+RIGHT - select the word to the right of the insertion point
- CTRL+SHIFT+LEFT - select the word to the left of the insertion point
- SHIFT+PgDown - select the page-long block of text beginning with the insertion point
- SHIFT+PgUP - select the page-long block of text ending with the insertion point
See Navigation shortcuts for a complete list
Contents | Prev | Next | Index |