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:
1
TODO
1
TODO
@@ -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?)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user