From d68af4630780448700050972a7b4e684343871f5 Mon Sep 17 00:00:00 2001 From: Muhammad Musa Khan Date: Sat, 28 Dec 2024 04:28:36 +0500 Subject: [PATCH] Update README.md Corrected default shortcut for 'select a first word of a sentence and enter visual mode' from 'yc' to 'yv'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea2e2387f..80f4752df 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Additional advanced browsing commands: zL scroll all the way right 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 + yv 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.