summaryrefslogtreecommitdiff
path: root/common/locale/en-US/map.xml
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-10-04 16:45:39 -0400
committerKris Maglione <maglione.k@gmail.com>2010-10-04 16:45:39 -0400
commit476c908da12dabdc14e4cef5c1e7d61dc9746e08 (patch)
treef09a8c7a33775145fe7d872b8329e6008cb89e0a /common/locale/en-US/map.xml
parent1d5eb0f9910eeea871c6c67e8d3acd9837392db0 (diff)
downloadpentadactyl-476c908da12dabdc14e4cef5c1e7d61dc9746e08.tar.gz
Make 'mapleader' an option and fix the help fragment scrolling issue.
Diffstat (limited to 'common/locale/en-US/map.xml')
-rw-r--r--common/locale/en-US/map.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml
index b50a9bf9..a1c8a1b9 100644
--- a/common/locale/en-US/map.xml
+++ b/common/locale/en-US/map.xml
@@ -349,19 +349,19 @@
</item>
<item>
- <tags><![CDATA[<Leader> mapleader \]]></tags>
+ <tags><![CDATA[<Leader> \]]></tags>
<strut/>
<spec>&lt;Leader></spec>
<description>
<p>
- Expands to the value of the ‘mapleader’ variable in key mapping. If
- ‘mapleader’ is unset or empty then ‘\’ is used. For example, by default,
+ A pseudo-key which expands to the value of the <o>mapleader</o>
+ option. For example, by default,
</p>
<code><ex>:map <k name="Leader"/>h</ex> <ex>:echo <str>Hello</str><k name="CR"/></ex></code>
<p>works like</p>
<code><ex>:map \h</ex> <ex>:echo <str>Hello</str><k name="CR"/></ex></code>
<p>but after</p>
- <code><ex>:let mapleader = <str>,</str></ex></code>
+ <code><ex>:set mapleader=<str>,</str></ex></code>
<p>it works like</p>
<code><ex>:map ,h</ex> <ex>:echo <str>Hello</str><k name="CR"/></ex></code>
</description>