mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 14:45:46 +01:00
Allow <Tab> completion of ;hint modes
This commit is contained in:
@@ -152,6 +152,11 @@ const modes = (function () //{{{
|
||||
mainModes.push(this[name]);
|
||||
},
|
||||
|
||||
getMode: function (name)
|
||||
{
|
||||
return modeMap[name];
|
||||
},
|
||||
|
||||
// show the current mode string in the command line
|
||||
show: function ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user