mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 19:32:26 +01:00
Addenda and corrigenda for the last and next to next to last commits.
This commit is contained in:
@@ -1716,13 +1716,6 @@ const Dactyl = Module("dactyl", {
|
||||
},
|
||||
{ argCount: "?" });
|
||||
|
||||
commands.add(["exu[sage]"],
|
||||
"List all Ex commands with a short description",
|
||||
function (args) { Dactyl.showHelpIndex("ex-cmd-index", commands, args.bang); }, {
|
||||
argCount: "0",
|
||||
bang: true
|
||||
});
|
||||
|
||||
[
|
||||
{
|
||||
name: "h[elp]",
|
||||
@@ -1777,14 +1770,6 @@ const Dactyl = Module("dactyl", {
|
||||
literal: 0
|
||||
});
|
||||
|
||||
commands.add(["optionu[sage]"],
|
||||
"List all options with a short description",
|
||||
function (args) { Dactyl.showHelpIndex("option-index", options, args.bang); },
|
||||
{
|
||||
argCount: "0",
|
||||
bang: true
|
||||
});
|
||||
|
||||
commands.add(["q[uit]"],
|
||||
dactyl.has("tabs") ? "Quit current tab" : "Quit application",
|
||||
function (args) {
|
||||
@@ -1961,12 +1946,6 @@ const Dactyl = Module("dactyl", {
|
||||
bang: true
|
||||
});
|
||||
|
||||
commands.add(["viu[sage]"],
|
||||
"List all mappings with a short description",
|
||||
function (args) { Dactyl.showHelpIndex("normal-index", mappings, args.bang); }, {
|
||||
argCount: "0",
|
||||
bang: true
|
||||
});
|
||||
},
|
||||
|
||||
completion: function () {
|
||||
|
||||
Reference in New Issue
Block a user