1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 19:07:58 +01:00

mention $VIMPERATOR_HOME in the help

This commit is contained in:
Doug Kearns
2007-10-10 06:03:13 +00:00
parent 8419c25be6
commit aec5bda926

View File

@@ -179,7 +179,8 @@ vimperator.help = function(section, easter) //{{{
'<ul>' +
'<li>Unix and Mac - $HOME is used.</li>' +
'<li>Windows - if $HOME is set then this is used, otherwise $USERPROFILE or finally $HOMEDRIVE$HOMEPATH.</li>' +
'</ul>';
'</ul>' +
'$VIMPERATOR_HOME can be used to override the calculated $HOME directory.';
var mappings = '<span style="float: right"><code class="tag">mappings</code></span><h2 id="mappings">Mappings</h2>' +
'<p>The denotion of modifier keys is like in Vim, so C- means the Control key, M- the Meta key, A- the Alt key and S- the Shift key.</p>'+