From 7898da09e4ff7c6cd0e0ef3643341cbcf854c733 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sat, 12 May 2018 14:02:52 +0100 Subject: [PATCH] Fix some linebreaks --- src/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.ts b/src/config.ts index 25923e11..36b0e2f1 100644 --- a/src/config.ts +++ b/src/config.ts @@ -280,6 +280,7 @@ const default_config = { /** * Controls whether the page can focus elements for you via js + * * Best used in conjuciton with browser.autofocus in `about:config` * * Permitted values: `true`, or `false`. @@ -295,7 +296,9 @@ const default_config = { /** * If nextinput, after gi brings selects the next input + * * If firefox, selects the next selectable element, e.g. a link + * * Permitted values: "nextinput" or "firefox" */ gimode: "nextinput", // either "nextinput" or "firefox"