aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-05-30 08:34:12 +0100
committerStephen Blott2015-05-30 08:34:12 +0100
commitfa0296499c7d7f0ea717d53228b9d2cba8a955df (patch)
tree3a2b7364a677714c219952cf58c3a9b3ce909205
parentc5babceec0178f02233446d6a3ad4c19c176b564 (diff)
downloadvimium-fa0296499c7d7f0ea717d53228b9d2cba8a955df.tar.bz2
Document visual-mode commands in README.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c391c08e..b4393dbe 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,8 @@ Additional advanced browsing commands:
gU go up to root of the URL hierarchy
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 line mode
Vimium supports command repetition so, for example, hitting `5t` will open 5 tabs in rapid succession. `<ESC>` (or
`<c-[>`) will clear any partial commands in the queue and will also exit insert and find modes.