Skip to content

Commit 0361217

Browse files
authored
Update usage.md with paragraph textobject(#3797)
1 parent b191ecf commit 0361217

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/src/usage.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ will move the selection over to the "func" `identifier`.
125125

126126
## Textobjects
127127

128-
Currently supported: `word`, `surround`, `function`, `class`, `parameter`.
129-
130128
![textobject-demo](https://user-images.githubusercontent.com/23398472/124231131-81a4bb00-db2d-11eb-9d10-8e577ca7b177.gif)
131129
![textobject-treesitter-demo](https://user-images.githubusercontent.com/23398472/132537398-2a2e0a54-582b-44ab-a77f-eb818942203d.gif)
132130

@@ -137,6 +135,7 @@ Currently supported: `word`, `surround`, `function`, `class`, `parameter`.
137135
| --- | --- |
138136
| `w` | Word |
139137
| `W` | WORD |
138+
| `p` | Paragraph |
140139
| `(`, `[`, `'`, etc | Specified surround pairs |
141140
| `m` | Closest surround pair |
142141
| `f` | Function |

0 commit comments

Comments
 (0)