diff options
author | Omnikar | 2021-11-08 00:54:39 +0000 |
---|---|---|
committer | GitHub | 2021-11-08 00:54:39 +0000 |
commit | a252ecd8c85af5cc16638a4752011e2e920fa652 (patch) | |
tree | d0622202026845b6e95a2814cb72885fa5049b59 /book | |
parent | e0e227d172697c0d3c418704fd20e780ee1a1032 (diff) |
Add WORD textobject (#991)
* Add WORD textobject
* Document WORD textobject
Diffstat (limited to 'book')
-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 71730fa8..6b7cbc41 100644 --- a/book/src/usage.md +++ b/book/src/usage.md @@ -62,6 +62,7 @@ Currently supported: `word`, `surround`, `function`, `class`, `parameter`. | Key after `mi` or `ma` | Textobject selected | | --- | --- | | `w` | Word | +| `W` | WORD | | `(`, `[`, `'`, etc | Specified surround pairs | | `f` | Function | | `c` | Class | |