diff options
| author | Phil Crosby | 2011-02-03 16:20:14 -0800 |
|---|---|---|
| committer | Phil Crosby | 2011-02-03 16:20:14 -0800 |
| commit | 5f7c1506b774bfc7288bf66103e9f1eddd57115e (patch) | |
| tree | 15911fb6742267eb73a9e68b55d1078992d6c2c0 | |
| parent | 35d58590b0e09e88c92ca3d49b5ba3b1ff622665 (diff) | |
| download | vimium-5f7c1506b774bfc7288bf66103e9f1eddd57115e.tar.bz2 | |
Update the readme to reflect the new bindings for scrolling up/down a half page
| -rw-r--r-- | README.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown index 9b122f56..512fed22 100644 --- a/README.markdown +++ b/README.markdown @@ -30,10 +30,8 @@ Navigating the current page: l scroll right gg scroll to top of the page G scroll to bottom of the 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 + d, <c-d>, <c-e> scroll down half a page + u, <c-u>, <c-y> scroll up half a page f open a link in the current tab F open a link in a new tab r reload @@ -69,6 +67,8 @@ Additional advanced browsing commands: zH scroll all the way left zL scroll all the way right z0 reset zoom to default value + <c-f> scroll down a full page + <c-b> scroll up a full page Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or |
