diff options
Diffstat (limited to 'book')
-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`. -   @@ -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 | |