diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index ad63c9897..0c465df69 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -23,6 +23,7 @@ |<>|Whether to log javascript console messages. |<>|Whether to always save the open pages. |<>|The name of the session to save by default, or empty for the last loaded session. +|<>|The URL segments where `:navigate increment/decrement` will search for a number. |============== .Quick reference for section ``ui'' @@ -458,6 +459,19 @@ The name of the session to save by default, or empty for the last loaded session Default: empty +[[general-url-incdec-segments]] +=== url-incdec-segments +The URL segments where `:navigate increment/decrement` will search for a number. + +Valid values: + + * +host+ + * +path+ + * +query+ + * +anchor+ + +Default: +pass:[path,query]+ + == ui General options related to the user interface.