mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 03:45:47 +01:00
more work towards a working :Help
This commit is contained in:
27
locale/en-US/initialization.xhtml
Normal file
27
locale/en-US/initialization.xhtml
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user