diff options
| author | Ilya Sukhar | 2010-09-23 23:38:53 -0700 | 
|---|---|---|
| committer | Ilya Sukhar | 2010-09-23 23:38:53 -0700 | 
| commit | 0370d60be82aead007f6b0804dd5b90e6fdb1b1c (patch) | |
| tree | 7e27ab136de0b1f939ddfe041a0f011503286b12 /README.markdown | |
| parent | 0d15a8fbdf78ab1a12783406bf678339882323a5 (diff) | |
| parent | 64b550a4a7fa4af1d9c0996d6f66715dc479ccb5 (diff) | |
| download | vimium-0370d60be82aead007f6b0804dd5b90e6fdb1b1c.tar.bz2 | |
Merge branch 'frames'
Conflicts:
	README.markdown
	background_page.html
	commands.js
	vimiumFrontend.js
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/README.markdown b/README.markdown index 2e144110..b470da2a 100644 --- a/README.markdown +++ b/README.markdown @@ -37,7 +37,7 @@ Navigating the current page:      f       activate link hints mode to open in current tab      F       activate link hints mode to open in 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 +46,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 +85,7 @@ 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. +-  Frame support.  -  Bug fixes.  1.19 (06/29/2010) | 
