Skip to content

Commit

Permalink
Update usage.md with paragraph textobject(#3797)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox authored Sep 11, 2022
1 parent b191ecf commit 0361217
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions book/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ will move the selection over to the "func" `identifier`.

## Textobjects

Currently supported: `word`, `surround`, `function`, `class`, `parameter`.

![textobject-demo](https://user-images.githubusercontent.com/23398472/124231131-81a4bb00-db2d-11eb-9d10-8e577ca7b177.gif)
![textobject-treesitter-demo](https://user-images.githubusercontent.com/23398472/132537398-2a2e0a54-582b-44ab-a77f-eb818942203d.gif)

Expand All @@ -137,6 +135,7 @@ Currently supported: `word`, `surround`, `function`, `class`, `parameter`.
| --- | --- |
| `w` | Word |
| `W` | WORD |
| `p` | Paragraph |
| `(`, `[`, `'`, etc | Specified surround pairs |
| `m` | Closest surround pair |
| `f` | Function |
Expand Down

0 comments on commit 0361217

Please sign in to comment.