From 49dc84819d6832ffc6052994351cc5001eeaa4f3 Mon Sep 17 00:00:00 2001 From: gdh1995 Date: Sat, 9 Sep 2023 20:32:29 +0800 Subject: [PATCH] noop: note yc in readme for https://github.com/gdh1995/vimium-c/issues/1003 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a674eee7..0f828269b 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,9 @@ Additional advanced browsing commands: gE edit the current URL and open in a new tab zH scroll all the way left zL scroll all the way right - v enter visual mode; use p/P to paste-and-go, use y to yank + v enter visual mode; use p/P to paste-and-go, use y to yank, use v/c/V to toggle visual/line/caret modes V enter visual line mode + yc select a first word of a sentence and enter visual mode Vimium C supports command repetition so, for example, hitting `5t` will open 5 tabs in rapid succession. `` (or ``) will clear any partial commands in the queue and will also exit insert and find modes.