1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00

add a Todo item

This commit is contained in:
Doug Kearns
2008-08-12 13:29:16 +00:00
parent c2a25da558
commit 82ec2ef8e7
2 changed files with 2 additions and 0 deletions

View File

@@ -288,6 +288,7 @@ liberator.Tabs = function () //{{{
},
{ completer: function (filter) { return liberator.completion.buffer(filter); } });
// TODO: this should open in a new tab positioned directly after the current one, not at the end
liberator.commands.add(["tab"],
"Execute a command and tell it to output in a new tab",
function (args)