Skip to content

Commit

Permalink
Document ExpandSelectionToWord action (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora authored Sep 12, 2022
1 parent c9b3946 commit 7ec197a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TerminalDocs/customize-settings/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,18 @@ This inserts the content that was copied onto the clipboard.
{ "command": "paste", "keys": "shift+insert" }
```

### Expand selection to word [Preview](https://aka.ms/terminal-preview))

If a selection exists, this expands the selection to fully encompass any words partially selected.

**Command name:** `expandSelectionToWord`

**Default bindings:**

```json
{ "command": "expandSelectionToWord" }
```

### Select all

This selects all of the content in the text buffer.
Expand Down

0 comments on commit 7ec197a

Please sign in to comment.