aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephen Blott2016-09-24 09:05:29 +0100
committerStephen Blott2016-09-24 09:05:29 +0100
commita75e99c1a4a2ca327bf46dbf78b5ce973f3fe082 (patch)
tree638d401680e15474fe5f0b9f1552371d8bfaca79 /README.md
parentcfca5794e4073baacb9b3d4a6b0ce21d6587fd34 (diff)
downloadvimium-a75e99c1a4a2ca327bf46dbf78b5ce973f3fe082.tar.bz2
Tweak #2269 (toggleMuteTab).
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6162d6f8..dd229981 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,6 @@ Manipulating tabs:
X restore closed tab (i.e. unwind the 'x' command)
T search through your open tabs
<a-p> pin/unpin current tab
- <a-m> mute/unmute current tab
Using marks:
@@ -162,7 +161,8 @@ Release Notes
Changes since previous release (not in the Chrome Store version)
-- New commands: "mute/unmute tab".
+- New commands:
+ - `toggleMuteTab` - mute or unmute the current tab (default binding `<a-m>`).
- You can now map `<backspace>` to a Vimium command (e.g. `map <backspace> goBack`).
- Bug fixes:
- `<c-a-[>` is no longer handled (incorrectly) as `Escape`. This also affects `<Alt-Gr-[>`.