aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorPablo Ovelleiro Corral2022-09-11 11:11:35 +0000
committerGitHub2022-09-11 11:11:35 +0000
commit03612174ee4cef23217b5adf415ced4a851b4a44 (patch)
treec2648c6a2975dd03c68e4d385d04f5e5aa3efabc /book
parentb191ecf828b3bb2a20a8848fc2a45de771741502 (diff)
Update usage.md with paragraph textobject(#3797)
Diffstat (limited to 'book')
-rw-r--r--book/src/usage.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/book/src/usage.md b/book/src/usage.md
index 164ae267..600a514f 100644
--- a/book/src/usage.md
+++ b/book/src/usage.md
@@ -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 |