diff options
| author | Stephen Blott | 2018-08-17 14:48:14 +0100 |
|---|---|---|
| committer | Stephen Blott | 2018-08-17 14:48:14 +0100 |
| commit | a4a9c4e4625b6a5ad0622a3a84a096238969b13c (patch) | |
| tree | 5eec57492f773fc14b53fb14d1aed7cf3435cbff /background_scripts/commands.coffee | |
| parent | 73dfd9f276579c28c3f93033e12f0a24e8103af6 (diff) | |
| download | vimium-a4a9c4e4625b6a5ad0622a3a84a096238969b13c.tar.bz2 | |
togglePinTab command should take a count prefix.
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 0573b9c1..218753b2 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -386,7 +386,7 @@ commandDescriptions = restoreTab: ["Restore closed tab", { background: true, repeatLimit: 20 }] moveTabToNewWindow: ["Move tab to new window", { background: true }] - togglePinTab: ["Pin or unpin current tab", { background: true, noRepeat: true }] + togglePinTab: ["Pin or unpin current tab", { background: true }] toggleMuteTab: ["Mute or unmute current tab", { background: true, noRepeat: true }] closeTabsOnLeft: ["Close tabs on the left", {background: true, noRepeat: true}] |
