mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 06:24:12 +01:00
move global help() command to a vimperator slot
This commit is contained in:
@@ -112,7 +112,7 @@ function init() //{{{
|
||||
if (Options.getPref("firsttime", true))
|
||||
{
|
||||
setTimeout(function() {
|
||||
help(null, null, null, { inTab: true });
|
||||
vimperator.help(null, null, null, { inTab: true });
|
||||
Options.setPref("firsttime", false);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user