diff options
| author | Jez Ng | 2012-09-03 16:16:16 -0300 |
|---|---|---|
| committer | Jez Ng | 2012-09-03 16:16:16 -0300 |
| commit | b7ea67d458c996de56b44551554600bf05faebe2 (patch) | |
| tree | 2e84096a1e5d9e2c609914e79d787898f6e45f4c /README.markdown | |
| parent | 4a8ab161afe81a9fdab453d8c48b2ec6145818a7 (diff) | |
| download | vimium-b7ea67d458c996de56b44551554600bf05faebe2.tar.bz2 | |
Minor edits to README.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index b21bfba8..4e42c062 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ Vimium - The Hacker's Browser ============================= -Vimium is a Chrome extension that provides keyboard based navigation and control in the spirit of the Vim +Vimium is a Chrome extension that provides keyboard-based navigation and control in the spirit of the Vim editor. __Installation instructions:__ @@ -24,7 +24,7 @@ the Chrome Extensions page (`chrome://extensions`). Keyboard Bindings ----------------- -Modifier keys are specified as <c-x> <m-x>, <a-x> for ctrl+x, meta+x, and alt+x +Modifier keys are specified as `<c-x>`, `<m-x>`, and `<a-x>` for ctrl+x, meta+x, and alt+x respectively. See the next section for instructions on modifying these bindings. Navigating the current page: @@ -87,8 +87,8 @@ Additional advanced browsing commands: zH scroll all the way left zL scroll all the way right -Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or -<c-\[>) will clear any partial commands in the queue and will also exit insert and find modes. +Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. `<ESC>` (or +`<c-[>`) will clear any partial commands in the queue and will also exit insert and find modes. Custom Key Mappings @@ -151,10 +151,10 @@ Release Notes 1.38 (Unreleased) -- 'O' now opens Vomnibar results in a new tab. 'B' does the same for bookmarks only. +- `O` now opens Vomnibar results in a new tab. `B` does the same for bookmarks only. - Add a browser icon to quickly add sites to Vimium's exclude list. - Restyle options page. -- `gi` now launches a new mode that allows the user to use tab through the input elements on the page. +- `gi` now launches a new mode that allows the user to tab through the input elements on the page. - Bugfixes. 1.37 (07/07/2012) |
