1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 20:54:12 +01:00
Files
pentadactyl-pm/locale/en-US/starting.txt
Martin Stubenschrott 800516acba more refactoring
2008-02-23 23:00:43 +00:00

29 lines
937 B
Plaintext

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.
// vim: set syntax=asciidoc: