diff options
| author | Stephen Blott | 2015-05-30 08:34:12 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-30 08:34:12 +0100 | 
| commit | fa0296499c7d7f0ea717d53228b9d2cba8a955df (patch) | |
| tree | 3a2b7364a677714c219952cf58c3a9b3ce909205 /README.md | |
| parent | c5babceec0178f02233446d6a3ad4c19c176b564 (diff) | |
| download | vimium-fa0296499c7d7f0ea717d53228b9d2cba8a955df.tar.bz2 | |
Document visual-mode commands in README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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. | 
