mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:57:58 +01:00
Normalise mode name references in command/option/mapping descriptions.
--HG-- extra : rebase_source : e1de378b096c1292f237fcf45b1e6f926f7b6471
This commit is contained in:
@@ -1680,7 +1680,7 @@ var Buffer = Module("buffer", {
|
||||
{ count: true });
|
||||
|
||||
mappings.add([modes.NORMAL], ["i", "<Insert>"],
|
||||
"Start caret mode",
|
||||
"Start CARET mode",
|
||||
function () { modes.push(modes.CARET); });
|
||||
|
||||
mappings.add([modes.NORMAL], ["<C-c>", "<stop-load>"],
|
||||
|
||||
Reference in New Issue
Block a user