mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-08 05:53:38 +02:00
more help converted to the new help format
This commit is contained in:
26
locale/en-US/starting.txt
Normal file
26
locale/en-US/starting.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
HEADER
|
||||
|
||||
Vimperator does not yet read any command line options. When it does, they will
|
||||
be documented here.
|
||||
|
||||
section:Initialization[initialization, startup]
|
||||
|
||||
At startup Vimperator sources a user RC file, containing Ex commands, and any
|
||||
JavaScript files found in the plugin directory. The RC file may be named
|
||||
[a].vimperatorrc_[a] or [a]\_vimperatorrc[a]. The search order is:
|
||||
|
||||
* Unix and Mac: [a]\~/.vimperatorrc[a] then [a]\~/_vimperatorrc[a]
|
||||
* Windows - [a]\~/_vimperatorrc[a] then [a]\~/.vimperatorrc[a]
|
||||
|
||||
The plugin directory is named:
|
||||
|
||||
* Unix and Mac - [a]\~/.vimperator/plugin[a]
|
||||
* Windows - [a]\~/vimperator/plugin[a]
|
||||
|
||||
The user's '$HOME'(~) directory is determined as follows:
|
||||
|
||||
* Unix and Mac - _$HOME_ is used.
|
||||
* Windows - if _$HOME_ is set then this is used, otherwise _$USERPROFILE_ or finally
|
||||
_$HOMEDRIVE$HOMEPATH_.
|
||||
|
||||
_$VIMPERATOR_HOME_ can be used to override the calculated _$HOME_ directory.
|
||||
Reference in New Issue
Block a user