Add <A-m> keybind to toggle mute on tabs.

This commit is contained in:
Anton Vilhelm Ásgeirsson 2018-07-16 09:50:18 +00:00
parent 171bed6eac
commit 95e411ab7b

View file

@ -141,6 +141,7 @@ const DEFAULTS = o({
".": "repeat", ".": "repeat",
"<SA-ArrowUp><SA-ArrowUp><SA-ArrowDown><SA-ArrowDown><SA-ArrowLeft><SA-ArrowRight><SA-ArrowLeft><SA-ArrowRight>ba": "<SA-ArrowUp><SA-ArrowUp><SA-ArrowDown><SA-ArrowDown><SA-ArrowLeft><SA-ArrowRight><SA-ArrowLeft><SA-ArrowRight>ba":
"open https://www.youtube.com/watch?v=M3iOROuTuMA", "open https://www.youtube.com/watch?v=M3iOROuTuMA",
"<A-m>": "mute toggle",
}), }),
autocmds: o({ autocmds: o({
DocStart: o({ DocStart: o({