mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 03:14:12 +01:00
moved more commands. the end of all the moving is near!
This commit is contained in:
@@ -238,6 +238,10 @@ vimperator.Tabs = function () //{{{
|
||||
vimperator.buffer.list(special);
|
||||
});
|
||||
|
||||
vimperator.commands.add(["reloada[ll]"],
|
||||
"Reload all tab pages",
|
||||
function (args, special) { vimperator.tabs.reloadAll(special); });
|
||||
|
||||
vimperator.commands.add(["tab"],
|
||||
"Execute a command and tell it to output in a new tab",
|
||||
function (args) { vimperator.execute(args, { inTab: true }); },
|
||||
|
||||
Reference in New Issue
Block a user