aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorIlya2011-12-18 12:19:14 -0800
committerIlya2011-12-18 12:19:14 -0800
commit11db66b52ec0435352801d276dc3fd97583a56e1 (patch)
treeb237ff68a1e7c2dd82088ffb8f8f85a518e2bda9 /README.markdown
parent28c763c9ac375cd6997ff8a293af5c09906b8c95 (diff)
parentf256c8f7a58eb74aafbed2cb3ec1f7fbb7969a3a (diff)
downloadvimium-11db66b52ec0435352801d276dc3fd97583a56e1.tar.bz2
Merge pull request #421 from bernardofire/tabs
solve issue #405
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 335c3c1f..1a9294f5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -60,6 +60,8 @@ Manipulating tabs:
J, gT go one tab left
K, gt go one tab right
+ g0 go to the first tab
+ g$ go to the last tab
t create tab
x close current tab
X restore closed tab (i.e. unwind the 'x' command)