1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 06:15:48 +01:00

fixed some hints problem

This commit is contained in:
Martin Stubenschrott
2008-05-17 14:54:10 +00:00
parent c9cbedf439
commit 8a1162349a
2 changed files with 71 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ section:Setting{nbsp}options[set-option,E764]
||:se[t] {option}?|| Show value of {option}.
||:se[t] {option}|| Toggle option: set, switch it on.
||:se[t] {option}|| Toggle option: set, switch it on.
____
Number option: show value. +
String option: show value.
@@ -95,6 +95,7 @@ all Firefox preferences work, because Vimperator overrides some key
bindings and changes Firefox's GUI.
________________________________________________________________________________
|:prefs!| |:preferences!|
||:pref[erences]!||
________________________________________________________________________________
@@ -103,6 +104,14 @@ preferences.
________________________________________________________________________________
|:set-!|
||:se[t]! {preference}={value}|| +
________________________________________________________________________________
Change any Firefox {preference} (those in the about:config window). You can also
reset/delete those preferences with [c]:set! {preference}&[c].
________________________________________________________________________________
section:List{nbsp}of{nbsp}options[list-options]
|\'act'| |\'activate'|
@@ -228,7 +237,6 @@ ____
A regex which defines the word separators which are used for the 'hintmatching' types
'wordstartswith' and 'firstletters' to split the words in the text of a link. +
NOTE: Because 'wordseparators' is a string, each backspace has to be quoted by another backspace.
____