You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -207,22 +207,22 @@ And here is a table of the spoken forms:
207
207
208
208
##### `"every"`
209
209
210
-
The command`"every"` can be used to select a syntactic element and all of its matching siblings.
210
+
The modifier`"every"` can be used to select a syntactic element and all of its matching siblings.
211
211
212
212
-`"take every key air"`
213
213
-`"take every funk air"`
214
214
-`"take every key"` (if cursor is currently within a key)
215
215
216
-
For example, the command `take every key [blue] air` will select every key in the map/object/dict including the token with a blue hat over the letter 'a'.
216
+
For example, the command `"take every key [blue] air"` will select every key in the map/object/dict including the token with a blue hat over the letter 'a'.
217
217
218
218
##### `"grand"`
219
219
220
-
The command`"grand"` can be used to select the grand parent of the containing syntactic element.
220
+
The modifier`"grand"` can be used to select the parent of the containing syntactic element.
221
221
222
222
-`"take grand statement air"`
223
223
-`"take grand funk air"`
224
224
225
-
For example, the command `take grand statement [blue] air` will select that parent statement of the statement containing the token with a blue hat over the letter 'a'.
225
+
For example, the command `"take grand statement [blue] air"` will select that parent statement of the statement containing the token with a blue hat over the letter 'a'.
0 commit comments