mirror of https://github.com/helix-editor/helix
Update usage.md with paragraph textobject(#3797)
parent
b191ecf828
commit
03612174ee
|
@ -125,8 +125,6 @@ will move the selection over to the "func" `identifier`.
|
||||||
|
|
||||||
## Textobjects
|
## Textobjects
|
||||||
|
|
||||||
Currently supported: `word`, `surround`, `function`, `class`, `parameter`.
|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
@ -137,6 +135,7 @@ Currently supported: `word`, `surround`, `function`, `class`, `parameter`.
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `w` | Word |
|
| `w` | Word |
|
||||||
| `W` | WORD |
|
| `W` | WORD |
|
||||||
|
| `p` | Paragraph |
|
||||||
| `(`, `[`, `'`, etc | Specified surround pairs |
|
| `(`, `[`, `'`, etc | Specified surround pairs |
|
||||||
| `m` | Closest surround pair |
|
| `m` | Closest surround pair |
|
||||||
| `f` | Function |
|
| `f` | Function |
|
||||||
|
|
Loading…
Reference in New Issue