Skip to content

Commit ccfed2a

Browse files
authored
Update docs/Basic Usage/basic_usage.md
1 parent ca15bfc commit ccfed2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Basic Usage/basic_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For example, saying `go up 10 lines` moves the cursor up 10 lines.
138138

139139
Command mode provides flexible editing and navigation commands.
140140

141-
Saying the name of one of these actions followed by the name of a modifier applies the action to the target referred to by the modifier. For instance, saying `select line` selects the current line. A number between 1 and 99 can be dictated between the name of an action and a repeatable modifier to apply that modifier the specified number of times. For instance, saying `copy 3 right` copies the three characters to the right of the cursor.
141+
Saying an action name followed by a modifier applies the action to the modifier's target. For instance, saying `select line` selects the current line. A number between 1 and 99 can be dictated between the name of an action and a repeatable modifier to apply that modifier the specified number of times. For instance, saying `copy 3 right` copies the three characters to the right of the cursor.
142142

143143
| Action | Description |
144144
| --------- | ------------------------------------------------- |

0 commit comments

Comments
 (0)