diff options
| -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 |
