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:
@@ -179,7 +179,8 @@ vimperator.help = function(section, easter) //{{{
|
|||||||
'<ul>' +
|
'<ul>' +
|
||||||
'<li>Unix and Mac - $HOME is used.</li>' +
|
'<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>' +
|
'<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>' +
|
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>'+
|
'<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>'+
|
||||||
|
|||||||
Reference in New Issue
Block a user