diff options
| author | jezzle | 2011-05-28 13:53:04 -0700 |
|---|---|---|
| committer | jezzle | 2011-05-28 13:53:04 -0700 |
| commit | d42f22ec417a508bbb665148333234a270af3cd9 (patch) | |
| tree | 504322bf2adb84c9296053e453fef93f65313fd0 | |
| parent | e1e178b22e6d12a555448c438681ed6b3f6df719 (diff) | |
| parent | 2b9320f723670717a242651055e6126e206a17f9 (diff) | |
| download | vimium-d42f22ec417a508bbb665148333234a270af3cd9.tar.bz2 | |
Merge pull request #348 from ferro/master
Fixed README formatting
| -rw-r--r-- | README.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 3d7a5800..b7d1a14c 100644 --- a/README.markdown +++ b/README.markdown @@ -26,6 +26,7 @@ Modifier keys are specified as <c-x> <m-x>, <a-x> for ctrl+x, respectively. See the next section for instructions on modifying these bindings. Navigating the current page: + ? show the help dialog for a list of all available keys h scroll left j scroll down @@ -46,15 +47,18 @@ Navigating the current page: gf cycle forward to the next frame Using find: + / enter find mode -- type your search query and hit enter to search or esc to cancel n cycle forward to the next find match N cycle backward to the previous find match Navigating your history: + H go back in history L go forward in history Manipulating tabs: + J, gT go one tab left K, gt go one tab right t create tab @@ -62,6 +66,7 @@ Manipulating tabs: X restore closed tab (i.e. unwind the 'x' command) Additional advanced browsing commands: + ]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites. [[ Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites. <a-f> open multiple links in a new tab |
