Fix some linebreaks

This commit is contained in:
Oliver Blanthorn 2018-05-12 14:02:52 +01:00
parent e0accfb221
commit 7898da09e4
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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, <Tab> after gi brings selects the next input
*
* If firefox, <Tab> selects the next selectable element, e.g. a link
*
* Permitted values: "nextinput" or "firefox"
*/
gimode: "nextinput", // either "nextinput" or "firefox"