From 03612174ee4cef23217b5adf415ced4a851b4a44 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral <github@pablo.tools> Date: Sun, 11 Sep 2022 13:11:35 +0200 Subject: [PATCH] Update usage.md with paragraph textobject(#3797) --- book/src/usage.md | 3 +-- 1 file changed, 1 insertion(+), 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 |