mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-17 23:03:34 +02:00
help copyedit: Remove commas before if. Only need after if clause when clause is introductory.
This commit is contained in:
@@ -103,7 +103,7 @@ ____
|
||||
|
||||
____
|
||||
Subtract the {value} from a number option, or remove the {value} from a string
|
||||
option, if it is there. If the {value} is not found in a string option, there
|
||||
option if it is there. If the {value} is not found in a string option, there
|
||||
is no error or warning. When the option is a comma separated list, a comma is
|
||||
deleted, unless the option becomes empty. When the option is a list of flags,
|
||||
{value} must be exactly as they appear in the option. Remove flags one by one
|
||||
@@ -218,7 +218,7 @@ ____
|
||||
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
|
||||
____
|
||||
List of directories searched when executing the [c]:cd[c] command. This is
|
||||
only used for relative paths, if an absolute path is specified then the option
|
||||
only used for relative paths if an absolute path is specified then the option
|
||||
is ignored.
|
||||
____
|
||||
|
||||
@@ -252,7 +252,7 @@ Sets the default search engine. The default search engine name is used in the
|
||||
[c]:[tab]open [arg][c] command if [a][arg][a] neither looks like a URL or like
|
||||
a specified search engine/keyword.
|
||||
|
||||
This means, if you set 'defsearch' to "youtube", then [c]:open arnold
|
||||
This means that if you set 'defsearch' to "youtube", then [c]:open arnold
|
||||
schwarzenegger[c] will be exactly the same as [c]:open youtube arnold
|
||||
schwarzenegger[c]. Therefore, you need to add a keyword or search engine
|
||||
"youtube" first.
|
||||
@@ -318,7 +318,7 @@ ____
|
||||
|\'nofc'| |\'nofocuscontent'| |\'fc'| |\'focuscontent'|
|
||||
||'focuscontent' 'fc'|| boolean (default: off)
|
||||
____
|
||||
Focus the content after a page has loaded. This is useful, if you always
|
||||
Focus the content after a page has loaded. This is useful if you always
|
||||
want to stay in Normal mode when browsing between web sites. When "on", it
|
||||
blurs any textbox which often is automatically focused on page load.
|
||||
If you usually like 'focuscontent' but sometimes you'd like to focus the
|
||||
@@ -605,9 +605,10 @@ ____
|
||||
____
|
||||
Speed up first time history/bookmark completion.
|
||||
|
||||
History access can be quite slow for a large history.
|
||||
Vimperator maintains a cache to speed it up significantly on subsequent access.
|
||||
In order to also speed up first time access, it is cached at startup, if this option is set (recommended).
|
||||
History access can be quite slow for a large history. Vimperator
|
||||
maintains a cache to speed it up significantly on subsequent access. In
|
||||
order to also speed up first time access, it is cached at startup if
|
||||
this option is set (recommended).
|
||||
____
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user