1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 22:45:46 +01:00
Files
pentadactyl-pm/locale/en-US/initialization.html

25 lines
1.1 KiB
HTML

<head>
<title>Vimperator Help: Introduction</title>
<link rel="stylesheet" href="../content/help.css" type="text/css">
</head>
<body>
<div class="main">
</p><span style="float: right;"><code
class="tag">initialization</code></span><h2
id="initialization">Initialization</h2><p>At startup Vimperator sources a user
RC file, containing Ex commands, and any JavaScript files found in the plugin
directory.</p><p>The RC file may be named .vimperatorrc or _vimperatorrc. The
search order is:</p><ul><li>Unix and Mac - ~/.vimperatorrc then
~/_vimperatorrc</li><li>Windows - ~/_vimperatorrc then
~/.vimperatorrc</li></ul><p>The plugin directory is named:</p><ul><li>Unix
and Mac - ~/.vimperator/plugin</li><li>Windows -
~/vimperator/plugin</li></ul><p>The user's <var>$HOME</var>(~) directory is
determined as follows:</p><ul><li>Unix and Mac - <var>$HOME</var> is
used.</li><li>Windows - if <var>$HOME</var> is set then this is used,
otherwise <var>$USERPROFILE</var> or finally
<var>$HOMEDRIVE</var><var>$HOMEPATH</var>.</li></ul><var>$VIMPERATOR_HOME</var>
can be used to override the calculated <var>$HOME</var> directory.
</div>
</body>