aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorAlex Kovar2010-09-27 11:13:37 -0500
committerAlex Kovar2010-09-27 11:13:37 -0500
commit60ffade9df3f46fca1bf31dc77e46ad9873a9cdf (patch)
tree835c479c6fe501972e305070e902cb8bd9278f2c /README.markdown
parentb2f3db6fe2a3ff8887c5961b868bebf530c4cfaf (diff)
parent9d9bd40ae050ae4b5b9665fcdde4c60e3486cc87 (diff)
downloadvimium-60ffade9df3f46fca1bf31dc77e46ad9873a9cdf.tar.bz2
Merge branch 'master' of http://github.com/philc/vimium
* 'master' of http://github.com/philc/vimium: Revert a rename - not sure why I committed that. Oops, fixed a regression. Code cleanup & README changes for the multiple link hints patch. Fix some frame logic and disable focusing the largest one for now because it's buggy with iframes. A bunch of changes having to do with the frame support patch: Updated README Added ab3 to Credits ;) Clean up code added resetLinkHintsMode Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js and added 'q cmd' and 'q help cmd' to commands.js Update README with new/changed key mappings. Command to go to next frame. Only show the Help Dialog on the focused frame. Fix view source toggle when inside a frame. Basic Support for Frames Conflicts: commands.js manifest.json
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 2e144110..36e267bf 100644
--- a/README.markdown
+++ b/README.markdown
@@ -36,8 +36,9 @@ Navigating the current page:
<c-b> scroll up a full page
f activate link hints mode to open in current tab
F activate link hints mode to open in new tab
+ <a-f> activate link hints mode to open multiple links in a new tab
r reload
- gf view source
+ gs view source
zi zoom in
zo zoom out
/ enter find mode -- type your search query and hit enter to search or esc to cancel
@@ -46,6 +47,7 @@ Navigating the current page:
i enter insert mode -- all commands will be ignored until you hit esc to exit
yy copy the current url to the clipboard
gu go up one level in the URL hierarchy
+ gf cycle forward to the next frame
Navigating your history:
H go back in history
@@ -84,6 +86,8 @@ Release Notes
- In link hints mode, holding down the shift key will now toggle between opening in the current tab and opening in a new tab.
- Two new commands (`zH` and `zL`) to scroll to the left and right edges of the page.
- A new command (`gi`) to focus the first (or n-th) text input box on the page.
+- A new command (`<a-f>`) to open up multiple links at a time in new tabs.
+- Frame support.
- Bug fixes.
1.19 (06/29/2010)