From 1cc70fb8efaf8a75ae68a61b8aaf9bb3c8eed1f2 Mon Sep 17 00:00:00 2001 From: Chris White Date: Tue, 24 Apr 2018 14:55:21 -0400 Subject: [PATCH] Updated README [minor] --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a0c7b93..b44069b 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,9 @@ in Word. ## Usage - Hit the key you mapped, then enter a normal-mode command (e.g., - `diw`). Currently only the `d` and `y` operators are supported, - plus `;` or `'` (not in Vim) to just go there. For example, `;10l` - will move 10 characters right. - -## Limitations - - - Counts are only supported on `h` and `l` - - Vertical motion is not yet supported - - Numerous others! :) + `diw`). Currently, the supported operators are `d` (delete), `y` (copy), + and `v` (select). `c` (change) is also supported but doesn't do anything + other than select the text. ## License