diff --git a/TODO b/TODO index 0e6be565..099f05e1 100644 --- a/TODO +++ b/TODO @@ -34,6 +34,7 @@ FEATURES: google to another page and click 10 links there, [d would take me back to the google page opera's fast forward does something like this 7 make an option to disable session saving by default when you close Firefox +6 add [count] support to :b* and :tab* commands where missing 6 allow for multiple ex commands separated with | 6 check/correct spellings in insert mode with some mappings 6 add more autocommands (TabClose, TabOpen, TabChanged, any more?) diff --git a/content/tabs.js b/content/tabs.js index 2cc71c91..15758ac7 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -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)