Skip to content

Commit dae2cca

Browse files
committed
Cutting 1.26, will release tomorrow.
1 parent d4000e7 commit dae2cca

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.markdown

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Navigating the current page:
3030
l scroll right
3131
gg scroll to top of the page
3232
G scroll to bottom of the page
33-
d, <c-d> scroll down half a page
34-
u, <c-u> scroll up half a page
33+
d scroll down half a page
34+
u scroll up half a page
3535
f open a link in the current tab
3636
F open a link in a new tab
3737
r reload
@@ -67,8 +67,6 @@ Additional advanced browsing commands:
6767
zH scroll all the way left
6868
zL scroll all the way right
6969
z0 reset zoom to default value
70-
<c-f> scroll down a full page
71-
<c-b> scroll up a full page
7270

7371

7472
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.
9492
Release Notes
9593
-------------
9694

97-
1.26
95+
1.26 (02/17/2011)
9896

9997
- `<c-d>`, `<c-f>` and related are no longer bound by default. You can rebind them on the options page.
98+
- Faster link hinting.
10099

101100
1.22, 1.23, 1.24, 1.25 (02/10/2011)
102101

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Vimium",
3-
"version": "1.25",
3+
"version": "1.26",
44
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
55
"icons": { "16": "icons/icon16.png",
66
"48": "icons/icon48.png",

0 commit comments

Comments
 (0)