mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 07:25:47 +01:00
Fix n_<u>.
This commit is contained in:
@@ -968,7 +968,7 @@ const Tabs = Module("tabs", {
|
|||||||
if (dactyl.has("tabs_undo")) {
|
if (dactyl.has("tabs_undo")) {
|
||||||
mappings.add([modes.NORMAL], ["u"],
|
mappings.add([modes.NORMAL], ["u"],
|
||||||
"Undo closing of a tab",
|
"Undo closing of a tab",
|
||||||
function (count) { dactyl.execute(count + "undo"); },
|
function (count) { commands.get("undo").action({ count: count }); },
|
||||||
{ count: true });
|
{ count: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user