diff options
| author | Stephen Blott | 2018-02-14 09:37:58 +0000 |
|---|---|---|
| committer | GitHub | 2018-02-14 09:37:58 +0000 |
| commit | dc68113c223babd75d808d32d318f69cc85b3b41 (patch) | |
| tree | bf0dea2f76fcb4617439ca72b6f7e347fff09c2a /background_scripts/commands.coffee | |
| parent | b9a84b2edf83c74de89c128b1a31a08982b41e32 (diff) | |
| parent | 2128ef3a4b6bb989323200578b230dfb1e178c2e (diff) | |
| download | vimium-dc68113c223babd75d808d32d318f69cc85b3b41.tar.bz2 | |
Merge pull request #2951 from smblott-github/add-count-for-reload
Make the reload command accept a count.
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 f3ae3bd9..0573b9c1 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -336,7 +336,7 @@ commandDescriptions = scrollFullPageDown: ["Scroll a full page down"] scrollFullPageUp: ["Scroll a full page up"] - reload: ["Reload the page", { noRepeat: true }] + reload: ["Reload the page", { background: true }] toggleViewSource: ["View page source", { noRepeat: true }] copyCurrentUrl: ["Copy the current URL to the clipboard", { noRepeat: true }] |
