diff options
author | Gokul Soumya | 2022-04-03 16:01:43 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-04-29 06:51:14 +0000 |
commit | de15d7017186cb735cdd31d12510f61a1707d5fb (patch) | |
tree | bd48c177f1ed50fdcaaa2cd57c8b993bd71f7bd7 /book/src | |
parent | c22873c33fa0163257b1421faa6f91268ad3a4d1 (diff) |
Add `m` textobject to select closest surround pair
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/usage.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/usage.md b/book/src/usage.md index 010e30f5..7871e2b9 100644 --- a/book/src/usage.md +++ b/book/src/usage.md @@ -66,6 +66,7 @@ Currently supported: `word`, `surround`, `function`, `class`, `parameter`. | `w` | Word | | `W` | WORD | | `(`, `[`, `'`, etc | Specified surround pairs | +| `m` | Closest surround pair | | `f` | Function | | `c` | Class | | `a` | Argument/parameter | |