mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 06:15:45 +01:00
Rename :tabreattach to :tabattach.
As Kris noted this may be better implemented as :tabmove -window.
This commit is contained in:
@@ -900,7 +900,8 @@ const liberator = (function () //{{{
|
||||
|
||||
completion.window = function window(context) {
|
||||
context.title = ["Window", "Title"]
|
||||
context.completions = [[i, win.document.title] for ([i, win] in Iterator(liberator.windows))];
|
||||
context.keys = { text: function (win) liberator.windows.indexOf(win) + 1, description: function (win) win.document.title };
|
||||
context.completions = liberator.windows;
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user