1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 02:17:59 +01:00

- new 'insertmode' option

- fixed c-u behavior
This commit is contained in:
Martin Stubenschrott
2007-09-12 13:41:15 +00:00
parent 9a7ecb0f5c
commit e4f8b78f07
5 changed files with 30 additions and 21 deletions

View File

@@ -452,6 +452,14 @@ function Options() //{{{
default_value: true
}
));
addOption(new Option(["insertmode", "im"], "boolean",
{
short_help: "Use Insert mode as the default for text areas",
help: "Makes Vimperator work in a way that Insert mode is the default mode for text areas. " +
"Useful if you want to use Vimperator as a modeless editor, keeping the known Firefox interface for editing text areas.",
default_value: true
}
));
addOption(new Option(["maxhints", "mh"], "number",
{
short_help: "Maximum number of simultaneously shown hints",