1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 11:54:13 +01:00

Hint processing mapping state magic stuff.

This commit is contained in:
Kris Maglione
2011-10-10 02:48:05 -04:00
parent 400ec6244b
commit 798f26c746
4 changed files with 34 additions and 25 deletions

View File

@@ -325,6 +325,11 @@ var MOW = Module("mow", {
mow.echo(mow.lastOutput, "Normal");
});
mappings.add([modes.OUTPUT_MULTILINE],
["<Esc>", "<C-[>"],
"Return to the previous mode",
function () { modes.pop(null, { fromEscape: true }); });
let bind = function bind(keys, description, action, test, default_) {
mappings.add([modes.OUTPUT_MULTILINE],
keys, description,