Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default: `disqualify delimiter`

## Examples

- `"take disqualify delimiter blue air"` - Selects the disqualify delimiter containing the token containing letter 'a' with a blue hat.
- `"take disqualify delimiter blue air"` - Selects the disqualify delimiter containing the token containing letter `a` with a blue hat.

<ScopeVisualizerProvider>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default: `access`

## Examples

- `"take access blue air"` - Selects the field access containing the token containing letter 'a' with a blue hat.
- `"take access blue air"` - Selects the field access containing the token containing letter `a` with a blue hat.

<ScopeVisualizerProvider>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default: `interior`

## Examples

- `"take interior blue air"` - Selects the interior containing the token containing letter 'a' with a blue hat.
- `"take interior blue air"` - Selects the interior containing the token containing letter `a` with a blue hat.

<ScopeVisualizerProvider>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default: `pair delimiter`

## Examples

- `"take pair delimiter blue air"` - Selects the pair delimiter containing the token containing letter 'a' with a blue hat.
- `"take pair delimiter blue air"` - Selects the pair delimiter containing the token containing letter `a` with a blue hat.

<ScopeVisualizerProvider>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default: `parse tree string`

## Examples

- `"take parse tree string blue air"` - Selects the string containing the token containing letter 'a' with a blue hat.
- `"take parse tree string blue air"` - Selects the string containing the token containing letter `a` with a blue hat.

<ScopeVisualizerProvider>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default: `text fragment`

## Examples

- `"take text fragment blue air"` - Selects the text fragment containing the token containing letter 'a' with a blue hat.
- `"take text fragment blue air"` - Selects the text fragment containing the token containing letter `a` with a blue hat.

<ScopeVisualizerProvider>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `append`

## Examples

- `"append blue air"` - Adds the token containing letter 'a' with a blue hat to the current selections.
- `"append blue air"` - Adds the token containing letter `a` with a blue hat to the current selections.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `append post`

## Examples

- `"append post blue air"` - Adds an empty selection after the token containing letter 'a' with a blue hat.
- `"append post blue air"` - Adds an empty selection after the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `append pre`

## Examples

- `"append pre blue air"` - Adds an empty selection before the token containing letter 'a' with a blue hat.
- `"append pre blue air"` - Adds an empty selection before the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `format`

## Examples

- `"format camel at blue air"` - Reformats the token containing letter 'a' with a blue hat as camel case.
- `"format camel at blue air"` - Reformats the token containing letter `a` with a blue hat as camel case.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `break`

## Examples

- `"break blue air"` - Breaks the line before the token containing letter 'a' with a blue hat.
- `"break blue air"` - Breaks the line before the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Default: `call`

## Examples

- `"call blue air"` - Inserts a call to the token containing letter 'a' with a blue hat at the current selection.
- `"call blue air on green bat"` - Inserts a call to the token containing letter 'a' with a blue hat on the token containing letter 'b' with a green hat.
- `"call blue air"` - Inserts a call to the token containing letter `a` with a blue hat at the current selection.
- `"call blue air on green bat"` - Inserts a call to the token containing letter `a` with a blue hat on the token containing letter `b` with a green hat.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Legacy: `clear`

## Examples

- `"change blue air"` - Changes the token containing letter 'a' with a blue hat by clearing it and leaving the cursor in its place.
- `"change blue air"` - Changes the token containing letter `a` with a blue hat by clearing it and leaving the cursor in its place.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `copy`

## Examples

- `"copy blue air"` - Copies the token containing letter 'a' with a blue hat to the clipboard.
- `"copy blue air"` - Copies the token containing letter `a` with a blue hat to the clipboard.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `carve`

## Examples

- `"carve blue air"` - Cuts the token containing letter 'a' with a blue hat to the clipboard.
- `"carve blue air"` - Cuts the token containing letter `a` with a blue hat to the clipboard.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `decrement`

## Examples

- `"decrement blue five"` - Decrements the number at the token containing number '5' with a blue hat.
- `"decrement blue five"` - Decrements the number at the token containing number `5` with a blue hat.
2 changes: 1 addition & 1 deletion packages/app-web-docs/src/docs/user/actions/deselect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `give`

## Examples

- `"give blue air"` - Removes the token containing letter 'a' with a blue hat from the current selections.
- `"give blue air"` - Removes the token containing letter `a` with a blue hat from the current selections.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Default: `pour`

## Examples

- `"pour blue air"` - Inserts a new line below the token containing letter 'a' with a blue hat and moves the cursor to it.
- `"pour item blue air"` - Inserts the delimiters for a new collection item after the item containing the token containing letter 'a' with a blue hat and moves the cursor there.
- `"pour blue air"` - Inserts a new line below the token containing letter `a` with a blue hat and moves the cursor to it.
- `"pour item blue air"` - Inserts the delimiters for a new collection item after the item containing the token containing letter `a` with a blue hat and moves the cursor there.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Default: `drink`

## Examples

- `"drink blue air"` - Inserts a new line above the token containing letter 'a' with a blue hat and moves the cursor to it.
- `"drink item blue air"` - Inserts the delimiters for a new collection item before the item containing the token containing letter 'a' with a blue hat and moves the cursor there.
- `"drink blue air"` - Inserts a new line above the token containing letter `a` with a blue hat and moves the cursor to it.
- `"drink item blue air"` - Inserts the delimiters for a new collection item before the item containing the token containing letter `a` with a blue hat and moves the cursor there.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `extract`

## Examples

- `"extract value blue air"` - Extracts the value containing the token containing letter 'a' with a blue hat into a variable.
- `"extract value blue air"` - Extracts the value containing the token containing letter `a` with a blue hat into a variable.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `scout`

## Examples

- `"scout blue air"` - Searches the current document for the token containing letter 'a' with a blue hat.
- `"scout blue air"` - Searches the current document for the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `scout all`

## Examples

- `"scout all blue air"` - Searches the workspace for the token containing letter 'a' with a blue hat.
- `"scout all blue air"` - Searches the workspace for the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `flash`

## Examples

- `"flash blue air"` - Briefly flashes the token containing letter 'a' with a blue hat.
- `"flash blue air"` - Briefly flashes the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `fold`

## Examples

- `"fold funk blue air"` - Folds the function containing the token containing letter 'a' with a blue hat.
- `"fold funk blue air"` - Folds the function containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `follow`

## Examples

- `"follow blue air"` - Opens the link containing the token containing letter 'a' with a blue hat.
- `"follow blue air"` - Opens the link containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `follow split`

## Examples

- `"follow split blue air"` - Opens the link containing the token containing letter 'a' with a blue hat in a split view.
- `"follow split blue air"` - Opens the link containing the token containing letter `a` with a blue hat in a split view.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Legacy: `snippet make`

## Examples

- `"snip make funk blue air"` - Generates a snippet from the function containing the token containing letter 'a' with a blue hat.
- `"snip make funk blue air"` - Generates a snippet from the function containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `git accept`

## Examples

- `"git accept blue air"` - Accepts the Git change on the line containing the token containing letter 'a' with a blue hat.
- `"git accept blue air"` - Accepts the Git change on the line containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `git revert`

## Examples

- `"git revert blue air"` - Reverts the Git change on the line containing the token containing letter 'a' with a blue hat.
- `"git revert blue air"` - Reverts the Git change on the line containing the token containing letter `a` with a blue hat.
2 changes: 1 addition & 1 deletion packages/app-web-docs/src/docs/user/actions/gitStage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `git stage`

## Examples

- `"git stage blue air"` - Stages the Git change on the line containing the token containing letter 'a' with a blue hat.
- `"git stage blue air"` - Stages the Git change on the line containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `git unstage`

## Examples

- `"git unstage blue air"` - Unstages the Git change on the line containing the token containing letter 'a' with a blue hat.
- `"git unstage blue air"` - Unstages the Git change on the line containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `highlight`

## Examples

- `"highlight blue air"` - Highlights the token containing letter 'a' with a blue hat.
- `"highlight blue air"` - Highlights the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `increment`

## Examples

- `"increment blue five"` - Increments the token containing number '5' with a blue hat.
- `"increment blue five"` - Increments the token containing number `5` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `indent`

## Examples

- `"indent blue air"` - Indents the line containing the token containing letter 'a' with a blue hat.
- `"indent blue air"` - Indents the line containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `clone`

## Examples

- `"clone funk blue air"` - Inserts a copy of the function containing the token containing letter 'a' with a blue hat after itself.
- `"clone funk blue air"` - Inserts a copy of the function containing the token containing letter `a` with a blue hat after itself.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `clone up`

## Examples

- `"clone up funk blue air"` - Inserts a copy of the function containing the token containing letter 'a' with a blue hat before itself.
- `"clone up funk blue air"` - Inserts a copy of the function containing the token containing letter `a` with a blue hat before itself.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Default: `float`

## Examples

- `"float blue air"` - Inserts an empty line below the token containing letter 'a' with a blue hat without moving the cursor.
- `"float item blue air"` - Inserts the required delimiter after the collection item containing the token containing letter 'a' with a blue hat.
- `"float blue air"` - Inserts an empty line below the token containing letter `a` with a blue hat without moving the cursor.
- `"float item blue air"` - Inserts the required delimiter after the collection item containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Default: `drop`

## Examples

- `"drop blue air"` - Inserts an empty line above the token containing letter 'a' with a blue hat without moving the cursor.
- `"drop item blue air"` - Inserts the required delimiter before the collection item containing the token containing letter 'a' with a blue hat.
- `"drop blue air"` - Inserts an empty line above the token containing letter `a` with a blue hat without moving the cursor.
- `"drop item blue air"` - Inserts the required delimiter before the collection item containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Default: `puff`

## Examples

- `"puff blue air"` - Inserts empty lines around the line containing the token containing letter 'a' with a blue hat without moving the cursor.
- `"puff token blue air"` - Inserts spaces around the token containing letter 'a' with a blue hat.
- `"puff blue air"` - Inserts empty lines around the line containing the token containing letter `a` with a blue hat without moving the cursor.
- `"puff token blue air"` - Inserts spaces around the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `snip`

## Examples

- `"snip if after blue air"` - Inserts an if-statement snippet after the token containing letter 'a' with a blue hat.
- `"snip if after blue air"` - Inserts an if-statement snippet after the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `join`

## Examples

- `"join blue air"` - Joins the line containing the token containing letter 'a' with a blue hat with the following line.
- `"join blue air"` - Joins the line containing the token containing letter `a` with a blue hat with the following line.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Default: `move`

## Examples

- `"move blue air"` - Moves the token containing letter 'a' with a blue hat to the current selection.
- `"move blue air after green bat"` - Moves the token containing letter 'a' with a blue hat to after the token containing letter 'b' with a green hat.
- `"move blue air"` - Moves the token containing letter `a` with a blue hat to the current selection.
- `"move blue air after green bat"` - Moves the token containing letter `a` with a blue hat to after the token containing letter `b` with a green hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `phones`

## Examples

- `"phones blue air"` - Replaces the token containing letter 'a' with a blue hat with its next homophone.
- `"phones blue air"` - Replaces the token containing letter `a` with a blue hat with its next homophone.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `dedent`

## Examples

- `"dedent blue air"` - Decreases the indentation of the line containing the token containing letter 'a' with a blue hat.
- `"dedent blue air"` - Decreases the indentation of the line containing the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `paste`

## Examples

- `"paste after blue air"` - Pastes the clipboard contents after the token containing letter 'a' with a blue hat.
- `"paste after blue air"` - Pastes the clipboard contents after the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Default: `shuffle`

## Examples

- `"shuffle every item blue air"` - Randomizes the collection items associated with the token containing letter 'a' with a blue hat.
- `"shuffle line blue air slice green bat"` - Randomizes the lines from the token containing letter 'a' with a blue hat through the token containing letter 'b' with a green hat.
- `"shuffle every item blue air"` - Randomizes the collection items associated with the token containing letter `a` with a blue hat.
- `"shuffle line blue air slice green bat"` - Randomizes the lines from the token containing letter `a` with a blue hat through the token containing letter `b` with a green hat.
- `"shuffle this"` - Randomizes the current selections.
2 changes: 1 addition & 1 deletion packages/app-web-docs/src/docs/user/actions/remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `chuck`

## Examples

- `"chuck blue air"` - Removes the token containing letter 'a' with a blue hat.
- `"chuck blue air"` - Removes the token containing letter `a` with a blue hat.
2 changes: 1 addition & 1 deletion packages/app-web-docs/src/docs/user/actions/rename.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `rename`

## Examples

- `"rename blue air"` - Starts renaming the token containing letter 'a' with a blue hat.
- `"rename blue air"` - Starts renaming the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Default: `bring`

## Examples

- `"bring blue air"` - Inserts a copy of the token containing letter 'a' with a blue hat at the current selection.
- `"bring blue air to green bat"` - Replaces the token containing letter 'b' with a green hat with a copy of the token containing letter 'a' with a blue hat.
- `"bring blue air"` - Inserts a copy of the token containing letter `a` with a blue hat at the current selection.
- `"bring blue air to green bat"` - Replaces the token containing letter `b` with a green hat with a copy of the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `define`

## Examples

- `"define blue air"` - Opens the definition of the token containing letter 'a' with a blue hat.
- `"define blue air"` - Opens the definition of the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `type deaf`

## Examples

- `"type deaf blue air"` - Opens the type definition of the token containing letter 'a' with a blue hat.
- `"type deaf blue air"` - Opens the type definition of the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Default: `reverse`

## Examples

- `"reverse every item blue air"` - Reverses the collection items associated with the token containing letter 'a' with a blue hat.
- `"reverse line blue air slice green bat"` - Reverses the lines from the token containing letter 'a' with a blue hat through the token containing letter 'b' with a green hat.
- `"reverse every item blue air"` - Reverses the collection items associated with the token containing letter `a` with a blue hat.
- `"reverse line blue air slice green bat"` - Reverses the lines from the token containing letter `a` with a blue hat through the token containing letter `b` with a green hat.
- `"reverse this"` - Reverses the current selections.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `repack`

## Examples

- `"curly repack blue air"` - Replaces the paired delimiters around the token containing letter 'a' with a blue hat with curly brackets.
- `"curly repack blue air"` - Replaces the paired delimiters around the token containing letter `a` with a blue hat with curly brackets.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `bottom`

## Examples

- `"bottom blue air"` - Scrolls the token containing letter 'a' with a blue hat to the bottom of the viewport.
- `"bottom blue air"` - Scrolls the token containing letter `a` with a blue hat to the bottom of the viewport.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `center`

## Examples

- `"center blue air"` - Scrolls the token containing letter 'a' with a blue hat to the center of the viewport.
- `"center blue air"` - Scrolls the token containing letter `a` with a blue hat to the center of the viewport.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Default: `crown`

## Examples

- `"crown blue air"` - Scrolls the token containing letter 'a' with a blue hat to the top of the viewport.
- `"crown blue air"` - Scrolls the token containing letter `a` with a blue hat to the top of the viewport.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Default: `from`

## Examples

- `"from funk blue air take every instance green bat"` - Selects every instance of the token containing letter 'b' with a green hat within the function containing the token containing letter 'a' with a blue hat.
- `"from blue air take next instance green bat"` - Selects the next instance of the token containing letter 'b' with a green hat, searching from the token containing letter 'a' with a blue hat.
- `"from funk blue air take every instance green bat"` - Selects every instance of the token containing letter `b` with a green hat within the function containing the token containing letter `a` with a blue hat.
- `"from blue air take next instance green bat"` - Selects the next instance of the token containing letter `b` with a green hat, searching from the token containing letter `a` with a blue hat.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Default: `take`

## Examples

- `"take blue air"` - Selects the token containing letter 'a' with a blue hat.
- `"take blue air"` - Selects the token containing letter `a` with a blue hat.
Loading
Loading