Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Basic Usage/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Dictation mode provides some convenience commands for editing and navigating tex
| `go down <number_small> (line or lines)` | move the cursor down the specified number of lines |
| `go left <number_small> (word or words)` | move the cursor left the specified number of words |
| `go right <number_small> (word or words)` | move the cursor right the specified number of words |
| `go left <number_small> (character or characters)` | move the cursor left the specified number of characters |
| `go right <number_small> (character or characters)` | move the cursor right the specified number of characters |
| `select left <number_small> (word or words)` | select the specified number of words to the left |
| `select right <number_small> (word or words)` | select the specified number of words to the right |
| `select left <number_small> (character or characters)` | select the specified number of characters to the left |
Expand Down