diff options
| author | Desmond Lee | 2015-04-13 17:43:23 -0500 | 
|---|---|---|
| committer | Desmond Lee | 2015-04-13 17:43:23 -0500 | 
| commit | b5f7c7f3b3091edb645e6ac0fa6a0f2e70df149f (patch) | |
| tree | 4b6b9c91d79baea18d12f1fe0de1abe3f9a12892 /README.md | |
| parent | c212e7d148a10d6f0ff49b26f07e278066c73bc7 (diff) | |
| download | vimium-b5f7c7f3b3091edb645e6ac0fa6a0f2e70df149f.tar.bz2 | |
Update README.md
Added a backtick literal to the section about section marks. Before there was no backtick, which gave misleading instructions for returning to a mark.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -174,7 +174,7 @@ Release Notes  - 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 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+. | 
