diff options
| -rw-r--r-- | README.markdown | 9 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index d131d75f..b4d93a02 100644 --- a/README.markdown +++ b/README.markdown @@ -30,8 +30,8 @@ Navigating the current page: l scroll right gg scroll to top of the page G scroll to bottom of the page - d, <c-d> scroll down half a page - u, <c-u> scroll up half a page + d scroll down half a page + u scroll up half a page f open a link in the current tab F open a link in a new tab r reload @@ -67,8 +67,6 @@ Additional advanced browsing commands: zH scroll all the way left zL scroll all the way right z0 reset zoom to default value - <c-f> scroll down a full page - <c-b> scroll up a full page Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or @@ -94,9 +92,10 @@ don't exceed 110 characters. Release Notes ------------- -1.26 +1.26 (02/17/2011) - `<c-d>`, `<c-f>` and related are no longer bound by default. You can rebind them on the options page. +- Faster link hinting. 1.22, 1.23, 1.24, 1.25 (02/10/2011) diff --git a/manifest.json b/manifest.json index 23c6884b..38c21b2d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vimium", - "version": "1.25", + "version": "1.26", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", |
