diff options
| author | Ilya Sukhar | 2010-10-24 16:10:08 -0700 | 
|---|---|---|
| committer | Ilya Sukhar | 2010-10-24 16:10:08 -0700 | 
| commit | c00dae33b8734d151437cdf4681423a01f89d674 (patch) | |
| tree | 0da92697c368c178eae67517daa55b1588de0c55 | |
| parent | 8e40282eea37c59e54566f37d0d34f89d4c7dabe (diff) | |
| download | vimium-c00dae33b8734d151437cdf4681423a01f89d674.tar.bz2 | |
Updating the README with all the latest commands.
| -rw-r--r-- | README.markdown | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 4e4e7faa..38c20729 100644 --- a/README.markdown +++ b/README.markdown @@ -34,6 +34,8 @@ Navigating the current page:      <c-u>, <c-y>   scroll up a page      <c-f>   scroll down a full page      <c-b>   scroll up a full page +    zH      scroll all the way left +    zL      scroll all the way right      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 @@ -48,6 +50,7 @@ Navigating the current page:      yy      copy the current url to the clipboard      gu      go up one level in the URL hierarchy      gf      cycle forward to the next frame +    gi      focus the first (or n-th) text input box on the page  Navigating your history:      H       go back in history  | 
