mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 23:07:58 +01:00
Implement (with an e) an experimental ‘ex’ namespace.
This commit is contained in:
@@ -956,7 +956,7 @@ const Tabs = Module("tabs", {
|
||||
if (dactyl.has("tabs_undo")) {
|
||||
mappings.add([modes.NORMAL], ["u"],
|
||||
"Undo closing of a tab",
|
||||
function (count) { commands.get("undo").action({ count: count }); },
|
||||
function (count) { ex.undo({ "#": count }); },
|
||||
{ count: true });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user