diff options
| author | Phil Crosby | 2010-01-22 23:42:23 -0800 | 
|---|---|---|
| committer | Phil Crosby | 2010-01-30 00:52:49 -0800 | 
| commit | de8936b179e4eea445e3ae4dc72be459536d5231 (patch) | |
| tree | 41cd92f701000bc481b191f7c26b46c218d6e246 | |
| parent | 5d686861e77b11345249b33e63c6695f7c67da88 (diff) | |
| download | vimium-de8936b179e4eea445e3ae4dc72be459536d5231.tar.bz2 | |
Make the options page in sync with the readme.
| -rw-r--r-- | README.markdown | 2 | ||||
| -rw-r--r-- | options.html | 6 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown index eb9779d9..14b568a5 100644 --- a/README.markdown +++ b/README.markdown @@ -33,7 +33,7 @@ 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 -    f       activate link hints mode to open in 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 diff --git a/options.html b/options.html index 7d9a1e82..afad2295 100644 --- a/options.html +++ b/options.html @@ -198,11 +198,11 @@ Navigating the current page:      l       scroll right      gg      scroll to top of the page      G       scroll to bottom of the page -    <c-d>   scroll down a page -    <c-u>   scroll up a page +    <c-d>, <c-e>   scroll down a page +    <c-u>, <c-y>   scroll up a page      <c-f>   scroll down a full page      <c-b>   scroll up a full page -    f       activate link hints mode to open in 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  | 
