aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-03-06 13:23:57 +0000
committerStephen Blott2016-03-06 13:23:57 +0000
commit3498f725b2a9ac8b155acc117aac8fba2cf01b16 (patch)
tree55a6ad54123fe3c5c6d239edc92126ad02f97a5c
parentc4e4555fbc8f74a2afa2223032016396c7325762 (diff)
downloadvimium-3498f725b2a9ac8b155acc117aac8fba2cf01b16.tar.bz2
Tweak new features in README.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c6b0b00b..550841f0 100644
--- a/README.md
+++ b/README.md
@@ -170,9 +170,9 @@ Next version (not yet released)
(and a multiple of `scrollStepSize`).
- `moveTabToNewWindow` now accepts a count prefix; so, `3W` moves three tabs to (the same) new window.
- With smooth scrolling, `2j`-and-hold now gives a faster scroll than `j`-and-hold.
-- You can now bind three-key sequences;; for example, `map abc enterInsertMode`.
-- You can now bind keys to a command with a defined count prefix; see
- [here](https://github.com/philc/vimium/wiki/Command-Options#count-prefixes) for details.
+- You can now bind three-key (or longer) sequences; for example, `map abc enterInsertMode`.
+- You can now bind keys to a command with a defined count prefix; for example, `map d scrollDown count=4` (see
+ [here](https://github.com/philc/vimium/wiki/Command-Options#count-prefixes) for details).
- Web-devs only: when disabled on a tab, Vimium no longer pollutes the dev console with network requests.
- Bug fixes:
- `<c-a-[>` is not longer treated as escape.