aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Sukhar2011-01-29 13:07:29 -0800
committerIlya Sukhar2011-01-29 13:07:29 -0800
commitafd771be0582b7a565f53fbe82fdbb80b0e9a3be (patch)
tree92b71b665bd2b05dccb523106059a30dcfb68d45
parenta84c9cb1363a27af1b4ab9bee32b4620f18ff469 (diff)
downloadvimium-afd771be0582b7a565f53fbe82fdbb80b0e9a3be.tar.bz2
Doc updates
-rw-r--r--CREDITS1
-rw-r--r--README.markdown2
2 files changed, 3 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index 83b00a1d..3a01884a 100644
--- a/CREDITS
+++ b/CREDITS
@@ -7,6 +7,7 @@ Contributors:
akhilman
Bill Mill (github: llimllib)
Branden Rolston <brolston@gmail.com> (github: branden)
+ Christian Stefanescu (github: stchris)
ConradIrwin
drizzd
int3
diff --git a/README.markdown b/README.markdown
index fb7f5673..69ffba0a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -43,6 +43,7 @@ Navigating the current page:
gs view source
zi zoom in
zo zoom out
+ z0 reset zoom to default value
/ enter find mode -- type your search query and hit enter to search or esc to cancel
n cycle forward to the next find match
N cycle backward to the previous find match
@@ -91,6 +92,7 @@ Release Notes
- Some sites are now excluded by default.
- View source (`gs`) now opens in a new tab.
- Support for browsing paginated sites using `]]` and `[[` to go forward and backward respectively.
+- `z0` will reset the zoom level for the current page.
- Bugfixes.
1.21 (10/24/2010)