aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephen Blott2015-09-17 06:55:41 +0100
committerStephen Blott2015-09-17 06:55:41 +0100
commitb2ddd07b9f5c0db014b7283b910ffcfc64219850 (patch)
treeaea54feedced86f60ba0b3fc0f64c5d4373fcf6e /README.md
parent00f7fcdb2dedcaef34c498c862c403b28fdf9c88 (diff)
parent38b24c8a09f2d56d833172fcb7e67ac320117b41 (diff)
downloadvimium-b2ddd07b9f5c0db014b7283b910ffcfc64219850.tar.bz2
Merge pull request #1828 from smblott-github/add-count-for-g0-and-g$
Add <count> prefix for g0 and g$.
Diffstat (limited to 'README.md')
-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).