1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 02:17:59 +01:00

begin moving commands from commands.js to where they belong

This commit is contained in:
Martin Stubenschrott
2008-02-25 15:22:12 +00:00
parent 4ac9a3aa0f
commit 09eb8e5939
7 changed files with 979 additions and 969 deletions

View File

@@ -114,6 +114,11 @@ const vimperator = (function () //{{{
function () { vimperator.quit(true); });
}
function addCommands()
{
}
// initially hide all GUI, it is later restored unless the user has :set go= or something
// similar in his config
function hideGUI()