diff options
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 | |