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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user