aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-09-17 06:55:28 +0100
committerStephen Blott2015-09-17 06:55:28 +0100
commit38b24c8a09f2d56d833172fcb7e67ac320117b41 (patch)
treeaea54feedced86f60ba0b3fc0f64c5d4373fcf6e
parent9ab3f42533c0ec30decac8fd84c9decc690e3afd (diff)
downloadvimium-38b24c8a09f2d56d833172fcb7e67ac320117b41.tar.bz2
Update README for <count>g0/g$.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1f7dbbf..88c58079 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,7 @@ Release Notes
-------------
Updates since 1.52 (not yet released)
+- `g0` and `g$` now accept count prefixes; so `2g0` selects the second tab, and so on.
- Bug fixes:
- Fix `moveTabLeft` and `moveTabRight` for pinned tabs (#1814 and #1815).