mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 20:24:12 +01:00
added :buffers [filter]
This commit is contained in:
@@ -478,8 +478,8 @@ function Tabs() //{{{
|
||||
|
||||
commands.add(["buffers", "files", "ls", "tabs"],
|
||||
"Show a list of all buffers",
|
||||
function (args) { tabs.list(); },
|
||||
{ argCount: "0" });
|
||||
function (args) { tabs.list(args.string); },
|
||||
{ argCount: "*" });
|
||||
|
||||
commands.add(["quita[ll]", "qa[ll]"],
|
||||
"Quit " + config.name,
|
||||
|
||||
Reference in New Issue
Block a user