diff options
author | Pablo Ovelleiro Corral | 2022-09-11 11:11:35 +0000 |
---|---|---|
committer | GitHub | 2022-09-11 11:11:35 +0000 |
commit | 03612174ee4cef23217b5adf415ced4a851b4a44 (patch) | |
tree | c2648c6a2975dd03c68e4d385d04f5e5aa3efabc | |
parent | b191ecf828b3bb2a20a8848fc2a45de771741502 (diff) |
Update usage.md with paragraph textobject(#3797)
-rw-r--r-- | book/src/usage.md | 3 |
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 | |