aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-02-18 11:07:13 +0000
committerStephen Blott2016-02-18 11:07:13 +0000
commit476d6ee707486f2731753b937566f0fe28df4a8e (patch)
tree3fbfa271540a9faa7bb33bdbf058d71e961bc85d
parent7f2d88b5001b57a62ad3c6911857bb69ec8bf326 (diff)
downloadvimium-476d6ee707486f2731753b937566f0fe28df4a8e.tar.bz2
Tweak README.md.
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 75e7b8a3..c1960a77 100644
--- a/README.md
+++ b/README.md
@@ -157,16 +157,16 @@ Release Notes
-------------
Next version (not yet released)
-- New command, `visitPreviousTab`, visits the previously-visited tabs by recency.
- Visit the previous tab with `^`, or the tab visited before that with `2^`.
+- New command, `visitPreviousTab`, visits a previously-visited tab by recency.
+ Visit the previous tab with `^`, or the tab before that with `2^`.
- New command, `passNextKey`, passes the next key directly to the page; for
example, with `map <c-]> passNextKey`, you can close messenger popups on
Facebook with `<c-]><Esc>`.
- Link-hints modes now accept a `count` prefix; for example, use `3F` to open
- three new background tabs. Use `999F` to open *many* tabs. Exit early with
- `Escape`.
+ three new background tabs, or `999F` to open *many* tabs. Exit early with
+ `<Esc>`.
- For filtered link hints, there is a new option which - when you're typing a
- link's text - requires you to press `Enter` before activating the link; this
+ link's text - requires you to press `Enter` to activate the link; this
prevents unintentionally triggering Vimium commands with trailing keystrokes.
- `gg` now accepts a `count` prefix. It scrolls to an absolute position
measured from the top of the window (and a multiple of `scrollStepSize`).