mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:27:58 +01:00
Don't explicitly pop Menu mode on menu_<Esc>. Closes issue #527. Normalize mode docs to Name rather than NAME.
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