mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 15:55:47 +01:00
Totally unfinished, but first attempts with a temporary :Help command to use static html pages for the help
This commit is contained in:
24
locale/en-US/initialization.html
Normal file
24
locale/en-US/initialization.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user