mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 18:44:10 +01:00
Add :tabreattach.
The name is not very convincing.
This commit is contained in:
@@ -897,6 +897,11 @@ const liberator = (function () //{{{
|
||||
context.keys = { text: function (item) item.getAttribute("toolbarname"), description: function () "" };
|
||||
context.completions = buffer.evaluateXPath("./*[@toolbarname]", document, toolbox);
|
||||
};
|
||||
|
||||
completion.window = function window(context) {
|
||||
context.title = ["Window", "Title"]
|
||||
context.completions = [[i, win.document.title] for ([i, win] in Iterator(liberator.windows))];
|
||||
};
|
||||
});
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user