1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 12:52:27 +01:00
Files
pentadactyl-pm/locale/en-US/initialization.xhtml
2008-01-04 03:28:39 +00:00

28 lines
1.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<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>
</html>