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`.
-
 ![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                 |