aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2016-05-26 11:05:19 -0700
committerPhil Crosby2016-05-26 11:05:19 -0700
commit3243a69ce62ce53ea86c43a745aece3d371269d8 (patch)
tree51478d9d12b0a0c03559df0b9d9e198bfa22bd51
parent539cc1969f173171a21bc659f700a317d6f8dc4d (diff)
downloadvimium-3243a69ce62ce53ea86c43a745aece3d371269d8.tar.bz2
Tweak changelog
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8f21344c..39d48f00 100644
--- a/README.md
+++ b/README.md
@@ -159,14 +159,14 @@ Next version (not yet released)
- New commands:
- `visitPreviousTab` - visit the previous tab (by recency) with `^`, or the tab before that with `2^`.
- - `passNextKey` - pass the next key to the page; for example, with `map
- <c-]> passNextKey`, you can close Facebook's messenger popups with `<c-]><Esc>`.
+ - `passNextKey` - pass the next key to the page. For example, using `map <c-]> passNextKey`, you can close
+ Facebook's messenger popups with `<c-]><Esc>`.
- Link hints:
- Now work across all frames in the tab.
- Now select frames and scrollable elements.
- - Now accept a count prefix; `3F` opens three new background tabs, `999F` opens many tabs.
- - For filtered link hints, a new option requires you to press `Enter` to activate a link; this
- prevents unintentionally triggering Vimium commands with trailing keystrokes.
+ - Now accept a count prefix; `3F` opens three new background tabs, `999F` opens many tabs.
+ - For filtered link hints, a new option on the settings page requires you to press `Enter` to activate a
+ link; this prevents unintentionally triggering Vimium commands with trailing keystrokes.
- Miscellaneous:
- `gg` now accepts a `count` prefix.
- `W` now accepts a count prefix; `3W` moves three tabs to a new window.
@@ -176,8 +176,8 @@ Next version (not yet released)
- `c-y` and `c-e` now scroll in visual mode.
- The Vimium help dialog has been re-styled.
- Bug fixes:
- - `<c-a-[>` is not longer treated as escape.
- - Fix icon display and memory leak due to regression in recent Chrome versions (49+).
+ - `<c-a-[>` is no longer treated as escape.
+ - Fix icon display and memory leak due to a regression in recent Chrome versions (49+).
- For web-devs only:
- When disabled on a tab, Vimium no longer pollutes the dev console with network requests.