1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 19:12:26 +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

1
TODO
View File

@@ -34,6 +34,7 @@ FEATURES:
google to another page and click 10 links there, [d would take me back to the google page 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 opera's fast forward does something like this
7 make an option to disable session saving by default when you close Firefox 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 allow for multiple ex commands separated with |
6 check/correct spellings in insert mode with some mappings 6 check/correct spellings in insert mode with some mappings
6 add more autocommands (TabClose, TabOpen, TabChanged, any more?) 6 add more autocommands (TabClose, TabOpen, TabChanged, any more?)

View File

@@ -288,6 +288,7 @@ liberator.Tabs = function () //{{{
}, },
{ completer: function (filter) { return liberator.completion.buffer(filter); } }); { 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"], liberator.commands.add(["tab"],
"Execute a command and tell it to output in a new tab", "Execute a command and tell it to output in a new tab",
function (args) function (args)