mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 19:22:28 +01:00
Add file input editing history.
This commit is contained in:
@@ -125,7 +125,7 @@ var Modes = Module("modes", {
|
||||
extended: true,
|
||||
description: "Ex command mode, active when the command line is open for Ex commands",
|
||||
input: true
|
||||
});
|
||||
}, { history: "command" });
|
||||
this.addMode("HINTS", {
|
||||
extended: true,
|
||||
description: "Active when selecting elements in QuickHint or ExtendedHint mode",
|
||||
|
||||
Reference in New Issue
Block a user