aboutsummaryrefslogtreecommitdiff
path: root/book/src/usage.md
diff options
context:
space:
mode:
authorGokul Soumya2022-04-03 16:01:43 +0000
committerBlaž Hrastnik2022-04-29 06:51:14 +0000
commitde15d7017186cb735cdd31d12510f61a1707d5fb (patch)
treebd48c177f1ed50fdcaaa2cd57c8b993bd71f7bd7 /book/src/usage.md
parentc22873c33fa0163257b1421faa6f91268ad3a4d1 (diff)
Add `m` textobject to select closest surround pair
Diffstat (limited to 'book/src/usage.md')
-rw-r--r--book/src/usage.md1
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 |