diff options
| author | ilya | 2010-01-03 23:03:36 -0800 | 
|---|---|---|
| committer | ilya | 2010-01-03 23:03:36 -0800 | 
| commit | 48fadb34a0cb596d69655e6979f9292084d3a0b2 (patch) | |
| tree | a4cc08fef94168532beb47fb72889e7f3e92f97a /README.markdown | |
| parent | 7ae2ce0f82b1c83c670fe2aca3f9e333c6f5f94d (diff) | |
| download | vimium-48fadb34a0cb596d69655e6979f9292084d3a0b2.tar.bz2 | |
Update README to reflect additional keybindings for next/prev tab.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown index 33f43c38..883383e4 100644 --- a/README.markdown +++ b/README.markdown @@ -42,11 +42,11 @@ Navigating your history:      fw, fo, L     go forward in history  Manipulating tabs: -    J       next tab -    K       previous tab -    t       create tab -    d       close current tab -    u       restore closed tab (i.e. unwind the 'd' command) +    J, gt      next tab +    K, gT      previous tab +    t          create tab +    d          close current tab +    u          restore closed tab (i.e. unwind the 'd' command)  Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession.  | 
