From 3c1f3a330765e6c4360cfbbd270c1727987e983e Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 10 Sep 2016 04:32:56 +0200 Subject: [PATCH] Show pref name for regular options in docs --- documentation/options.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/documentation/options.md b/documentation/options.md index 7ed0c21..b3d6b0c 100644 --- a/documentation/options.md +++ b/documentation/options.md @@ -25,6 +25,8 @@ These options are available in VimFx’s settings page in the Add-ons Manager ### Prevent autofocus +`prevent_autofocus` + Many sites autofocus their search box, for example. This might be annoying when browsing using the keyboard, as you do with VimFx, because it often feels like VimFx isn’t responding, until you realize that you are typing in a text box—not @@ -56,6 +58,8 @@ you), which makes it safe to prevent all focusing in those time spans. ### Ignore keyboard layout +`ignore_keyboard_layout` + If you use more than one keyboard layout, you probably want to enable this option. @@ -82,6 +86,8 @@ standard en-US QWERTY is always used, you may do so with the special option ### Blacklist +`blacklist` + Space separated list of URL patterns where VimFx should automatically enter Ignore mode. Example: @@ -139,6 +145,8 @@ such a feature could be added if there’s demand for it. ### Hint characters +`hints.chars` + The characters used for the hints in Hints mode, which can be entered using one of the many [hint commands]. @@ -219,6 +227,8 @@ simply begin typing the text of the link you wish to follow. ### Hint auto-activation +`hints.auto_activate` + The marker (or markers in the case where several links go to the same place and have gotten the same hint) with the best hint are highlighted in a different color. You may at any time press `` to activate those markers. @@ -234,6 +244,8 @@ If you dislike that, disable this option. Then, you either have to press ### Auto-activation timeout +`hints.timeout` + If you type quickly, you might find that you will keep typing even after a hint marker has been automatically activated (see [Hint auto-activation]). You might simply not react that quickly. This might cause you to accidentally trigger @@ -249,6 +261,8 @@ auto-activation] instead. ### Timeout +`timeout` + The maximum amount of time (in milliseconds) that may pass between two keypresses of a shortcut. @@ -259,6 +273,8 @@ the `a` would be cancelled when the timeout has passed. ### “Previous”/“Next” link patterns +`prev_patterns`/`next_patterns` + Space separated lists of patterns that match links to the previous/next page. Used by the `[` and `]` commands. -- 2.39.3