aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDesmond Lee2015-04-13 17:43:23 -0500
committerDesmond Lee2015-04-13 17:43:23 -0500
commitb5f7c7f3b3091edb645e6ac0fa6a0f2e70df149f (patch)
tree4b6b9c91d79baea18d12f1fe0de1abe3f9a12892
parentc212e7d148a10d6f0ff49b26f07e278066c73bc7 (diff)
downloadvimium-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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 36d176e6..96cde9bb 100644
--- a/README.md
+++ b/README.md
@@ -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+.