mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:54:12 +01:00
Fix Text Edit maps index.
This commit is contained in:
@@ -592,7 +592,7 @@ var Mappings = Module("mappings", {
|
||||
({ helpTag: prefix + map.name, __proto__: map }
|
||||
for (map in self.iterate(args))),
|
||||
description: "List all " + mode.name + " mode mappings along with their short descriptions",
|
||||
index: mode.char + "-maps",
|
||||
index: mode.char + "-map",
|
||||
getMode: function (args) mode,
|
||||
options: []
|
||||
});
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
|
||||
This file contains a list of all available commands, mappings and options.
|
||||
|
||||
<h2 tag="i-maps-index">Insert mode</h2>
|
||||
<h2 tag="i-map-index">Insert mode</h2>
|
||||
|
||||
<h2 tag="n-maps-index">Normal mode</h2>
|
||||
<h2 tag="n-map-index">Normal mode</h2>
|
||||
|
||||
<h2 tag="v-maps-index">Visual mode</h2>
|
||||
<h2 tag="v-map-index">Visual mode</h2>
|
||||
|
||||
<h2 tag="c-maps-index">Command-line editing</h2>
|
||||
<h2 tag="c-map-index">Command-line editing</h2>
|
||||
|
||||
<h2 tag="t-map-index">Text editing</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user