diff options
| author | Richard Kho | 2015-02-14 16:03:29 -0800 | 
|---|---|---|
| committer | Richard Kho | 2015-02-14 16:03:29 -0800 | 
| commit | 5f3b47574735b1b1d8e4c598e689de36562083ba (patch) | |
| tree | 2195cd32e25f5f02afe7ba577bf61c903a2839cc /README.md | |
| parent | 39545307beea82cae85030ecea936a248a6d1544 (diff) | |
| download | vimium-5f3b47574735b1b1d8e4c598e689de36562083ba.tar.bz2 | |
Added Markup code tags to commands in Readme.md
Changed references to vimiim commands that were either in single-quotes or not otherwise distinguished easily to the reader as a command to be wrapped around backtick quotes so they will stand out. Here is a list of all changes made:
Line 92, the reference to ‘5t’ used to be in single quotes, is now `5t`.
Line 174, updated gU to `gU`.
Line 175, updated yt to `yt`.
Line 176, updated W to `W`.
Line 177, updated mX to `mX` and `X to `X`.
Line 228, updated “o” to `o`
Line 240, updated g0 to `g0` and g$ to `g$`
Line 241, updated p/P to `p`/`P`
Line 249, updated Tab to `Tab` and shift-tab to `shift-tab`.
Line 318, updated ‘u’ to `u`.
Line 320, updated ‘unmapAll’ to `unmapAll`.
Line 327, updated “?” to `?`.
Line 335, updated Ctrl+D to `Ctrl+D` and Ctrl+U to `Ctrl+U`.
Line 346, updated J to `J` and K to `K`.
Line 353, updated ‘gt’ to `gt` and ‘gT’ to `gT`.
Line 354, updated ‘yy’ to `yy`.
Line 356, updated Shift+F to `Shift+F`.
Line 357, updated ESC to `ESC` and ‘g’ to `g`.
No other changes have been made to this file, this update is intended to strictly improve readability.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 36 | 
1 files changed, 18 insertions, 18 deletions
| @@ -89,7 +89,7 @@ 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 +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.  There are some advanced commands which aren't documented here; refer to the help dialog (type `?`) for a full @@ -171,10 +171,10 @@ Release Notes  1.43 (2013-05-18)  - Relevancy improvements to the Vomnibar's domain & history search. -- Added gU, which goes to the root of the current URL. -- Added yt, which duplicates the current tab. -- Added W, which moves the current tab to a new window. -- Added marks for saving and jumping to sections of a page. mX to set a mark and `X to return to it. +- Added `gU`, which goes to the root of the current URL. +- Added `yt`, which duplicates the current tab. +- Added `W`, which moves the current tab to a new window. +- Added marks for saving and jumping to sections of a page. `mX` to set a mark and `X` to return to it.  - Added "LinkHints.activateModeToOpenIncognito", currently an advanced, unbound command.  - Disallowed repeat tab closings, since this causes trouble for many people.  - Update our Chrome APIs so Vimium works on Chrome 28+. @@ -225,7 +225,7 @@ Release Notes  1.33 (2012-07-02) -- A Vomnibar, which allows you to open sites from history, bookmarks, and tabs using Vimium's UI. Type "o" to try it. +- A Vomnibar, which allows you to open sites from history, bookmarks, and tabs using Vimium's UI. Type `o` to try it.  1.32 (2012-03-05) @@ -237,8 +237,8 @@ Release Notes  - Improve style of link hints, and use fewer characters for hints.  - Add an option to hide the heads up display (HUD). Notably, the HUD obscures Facebook Chat's textbox.  - Detection and following of next / previous links has been improved. -- Addition of g0 and g$ commands, for switching tabs. -- Addition of p/P commands for URL pasting. +- Addition of 'g0' and 'g$' commands, for switching tabs. +- Addition of `p`/`P` commands for URL pasting.  - A new find mode which optionally supports case sensitivity and regular expressions.  - Bug fixes. @@ -246,7 +246,7 @@ Release Notes  - Support for image maps in link hints.  - Counts now work with forward & backward navigation. -- Tab & shift-tab to navigate bookmarks dialog. +- `Tab` & `shift-tab` to navigate bookmarks dialog.  - An alternate link hints mode: type the title of a link to select it. You can enable it in Vimium's Advanced Preferences.  - Bug fixes. @@ -315,16 +315,16 @@ does not support command repetition.  1.17 (2010-04-18) --  'u' now restores tabs that were closed by the mouse or with native shortcuts. Tabs are also restored in +-  `u` now restores tabs that were closed by the mouse or with native shortcuts. Tabs are also restored in     their prior position. --  New 'unmapAll' command in the key mappings interface to remove all default mappings. +-  New `unmapAll` command in the key mappings interface to remove all default mappings.  -  Link hints are now faster and more reliable.  -  Bug fixes.  1.16 (2010-03-09)  -  Add support for configurable key mappings under Advanced Options. --  A help dialog which shows all currently bound keyboard shortcuts. Type "?" to see it. +-  A help dialog which shows all currently bound keyboard shortcuts. Type `?` to see it.  -  Bug fixes related to key stroke handling.  1.15 (2010-01-31) @@ -332,7 +332,7 @@ does not support command repetition.  -  Make the CSS used by the link hints configurable. It's under Advanced Options.  -  Add a notification linking to the changelog when Vimium is updated in the background.  -  Link-hinting performance improvements and bug fixes. --  Ctrl+D and Ctrl+U now scroll by 1/2 page instead of a fixed amount, to mirror Vim's behavior. +-  `Ctrl+D` and `Ctrl+U` now scroll by 1/2 page instead of a fixed amount, to mirror Vim's behavior.  1.14 (2010-01-21) @@ -343,18 +343,18 @@ does not support command repetition.  - `<c-f>` and `<c-b>` are now mapped to scroll a full page up or down respectively.  -  Bug fixes related to entering insert mode when the page first loads, and when focusing Flash embeds.  -  Added command listing to the Options page for easy reference. --  J & K have reversed for tab switching: J goes left and K goes right. +-  `J` & `K` have reversed for tab switching: `J` goes left and `K` goes right.  -  `<c-[>` is now equivalent to ESC, to match the behavior of VIM.  -  `<c-e>` and `<c-y>` are now mapped to scroll down and up respectively.  -  The characters used for link hints are now configurable under Advanced Options.  1.11, 1.12 (2010-01-08) --  Commands 'gt' & 'gT' to move to the next & previous tab. --  Command 'yy' to yank (copy) the current tab's url to the clipboard. +-  Commands `gt` & `gT` to move to the next & previous tab. +-  Command `yy` to yank (copy) the current tab's url to the clipboard.  -  Better Linux support. --  Fix for Shift+F link hints. --  ESC now clears the keyQueue. So, for example, hitting 'g', 'ESC', 'g' will no longer scroll the page. +-  Fix for `Shift+F` link hints. +-  `ESC` now clears the keyQueue. So, for example, hitting `g`, `ESC`, `g` will no longer scroll the page.  1.1 (2010-01-03) | 
