diff options
| author | mrmr1993 | 2014-04-29 14:51:21 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2014-11-02 06:12:28 +0000 | 
| commit | 002f48e9e7b821debeb96920050705c9a6ce09b9 (patch) | |
| tree | 21b3c02ed1c50382189dfc6a1953fe7cbc5102ca /pages/options.html | |
| parent | 8afdaabd2e66a3092bc2b122443956327e0ba679 (diff) | |
| download | vimium-002f48e9e7b821debeb96920050705c9a6ce09b9.tar.bz2 | |
Optional custom new tab URL
This resolves #979.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/pages/options.html b/pages/options.html index fb904316..93033a3f 100644 --- a/pages/options.html +++ b/pages/options.html @@ -365,6 +365,17 @@ unmapAll              </td>            </tr>            <tr> +            <td class="caption">New Tab Page</td> +            <td verticalAlign="top"> +                <div class="help"> +                  <div class="example"> +                      Choose a custom page (or pages/blank.html for a blank, Vimium-enabled page) for Vimium to open with the "create new tab" command.<br /> +                  </div> +                </div> +                <input id="newTabUrl" type="text" /> +            </td> +          </tr> +          <tr>              <td class="caption">Default Search<br/>Engine</td>              <td verticalAlign="top">                  <div class="help">  | 
