aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-14 10:37:08 +0100
committerStephen Blott2016-04-14 10:37:08 +0100
commit014f53fb091ac8672d3efbeca13a494c15d8afcb (patch)
tree0cac9deb4d97067dc511158449f9ad61f84cb26b
parentf1cb5a70fac210eaaa33609c1a4553b04f00b910 (diff)
downloadvimium-014f53fb091ac8672d3efbeca13a494c15d8afcb.tar.bz2
Note #2093 in README.md.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2fbc8012..2080eaba 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ Next version (not yet released)
- With smooth scrolling, `2j`-and-hold now gives a faster scroll than `j`-and-hold.
- You can now bind keys to a command with a defined count prefix; for example, `map d scrollDown count=4`.
- You can now bind three-key (or longer) sequences; for example, `map abc enterInsertMode`.
+ - `c-y` and `c-e` now scroll in visual mode.
- Bug fixes:
- `<c-a-[>` is not longer treated as escape.
- Fix icon display and memory leak due to regression in recent Chrome versions (49+).