diff options
| -rw-r--r-- | pages/options.html | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/options.html b/pages/options.html index 0a0cf48e..51695f71 100644 --- a/pages/options.html +++ b/pages/options.html @@ -412,7 +412,9 @@ unmapAll        <br/>        <footer id="showHelpDialogMessage"> -        To view all available shortcuts, type <strong>?</strong> to show the Vimium help dialog. +        Type <strong>?</strong> to show the Vimium help dialog. +        <br/> +        Type <strong>Ctrl-ENTER</strong> in text inputs to save all options.        </footer>      </div>    </body>  | 
