aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown38
1 files changed, 31 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown
index 6adb3714..1a9294f5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -26,6 +26,7 @@ Modifier keys are specified as <c-x> <m-x>, <a-x> for ctrl+x,
respectively. See the next section for instructions on modifying these bindings.
Navigating the current page:
+
? show the help dialog for a list of all available keys
h scroll left
j scroll down
@@ -39,29 +40,34 @@ Navigating the current page:
F open a link in a new tab
r reload
gs view source
- zi zoom in
- zo zoom out
i enter insert mode -- all commands will be ignored until you hit esc to exit
yy copy the current url to the clipboard
+ yf copy a link url to the clipboard
gf cycle forward to the next frame
Using find:
+
/ 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
Navigating your history:
+
H go back in history
L go forward in history
Manipulating tabs:
+
J, gT go one tab left
K, gt go one tab right
+ g0 go to the first tab
+ g$ go to the last tab
t create tab
x close current tab
X restore closed tab (i.e. unwind the 'x' command)
Additional advanced browsing commands:
+
]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.
[[ Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites.
<a-f> open multiple links in a new tab
@@ -69,8 +75,6 @@ Additional advanced browsing commands:
gu go up one level in the URL hierarchy
zH scroll all the way left
zL scroll all the way right
- z0 reset zoom to default value
-
Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or
&lt;c-[&gt;) will clear any partial commands in the queue and will also exit insert and find modes.
@@ -131,9 +135,30 @@ don't exceed 110 characters.
Release Notes
-------------
-1.27
+1.30 (12/04/2011)
+
+- Support for image maps in link hints.
+- Counts now work with forward & backward navigation.
+- Tab & shift-tab to navigate bookmarks dialog.
+- An alternate link hints mode: type the title of a link to select it. You can enable it in Vimium's Advanced Preferences.
+- Bug fixes.
+
+1.29 (07/30/2011)
+
+- `yf` to copy a link hint url to the clipboard.
+- Scatter link hints to prevent clustering on dense sites.
+- Don't show insert mode notification unless you specifically hit `i`.
+- Remove zooming functionality now that Chrome does it all natively.
+
+1.28 (06/29/2011)
+
+- Support for opening bookmarks (`b` and `B`).
+- Support for contenteditable text boxes.
+- Speed improvements and bugfixes.
+
+1.27 (03/24/2011)
-- Bugfixes.
+- Improvements and bugfixes.
1.26 (02/17/2011)
@@ -145,7 +170,6 @@ 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.
- Many of the less-used commands are now marked as "advanced" and hidden in the help dialog by default, so
that the core command set is more focused and approachable.
- Improvements to link hinting.