aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorilya2010-01-03 23:03:36 -0800
committerilya2010-01-03 23:03:36 -0800
commit48fadb34a0cb596d69655e6979f9292084d3a0b2 (patch)
treea4cc08fef94168532beb47fb72889e7f3e92f97a /README.markdown
parent7ae2ce0f82b1c83c670fe2aca3f9e333c6f5f94d (diff)
downloadvimium-48fadb34a0cb596d69655e6979f9292084d3a0b2.tar.bz2
Update README to reflect additional keybindings for next/prev tab.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
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.