Update usage.md with paragraph textobject()

This commit is contained in:
Pablo Ovelleiro Corral 2022-09-11 13:11:35 +02:00 committed by GitHub
parent b191ecf828
commit 03612174ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
@ -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 |