mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:52:29 +01:00
remove old bang version of :ls
This commit is contained in:
@@ -469,11 +469,8 @@ liberator.Tabs = function () //{{{
|
|||||||
|
|
||||||
liberator.commands.add(["buffers", "files", "ls", "tabs"],
|
liberator.commands.add(["buffers", "files", "ls", "tabs"],
|
||||||
"Show a list of all buffers",
|
"Show a list of all buffers",
|
||||||
function (args, special) { liberator.tabs.list(special); },
|
function (args) { liberator.tabs.list(); },
|
||||||
{
|
{ argCount: "0" });
|
||||||
argCount: "0",
|
|
||||||
bang: true
|
|
||||||
});
|
|
||||||
|
|
||||||
liberator.commands.add(["quita[ll]", "qa[ll]"],
|
liberator.commands.add(["quita[ll]", "qa[ll]"],
|
||||||
"Quit " + liberator.config.name,
|
"Quit " + liberator.config.name,
|
||||||
|
|||||||
@@ -9,12 +9,10 @@ result many buffer and tab commands are interchangeable.
|
|||||||
section:Listing{nbsp}tabs[listing-tabs]
|
section:Listing{nbsp}tabs[listing-tabs]
|
||||||
|
|
||||||
|B| |:tabs| |:ls| |:files| |:buffers|
|
|B| |:tabs| |:ls| |:files| |:buffers|
|
||||||
||:buffers[!]|| +
|
||:buffers|| +
|
||||||
||B||
|
||B||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Show a list of all buffers (=tabs). The special version [c]:buffers![c] opens
|
Show a list of all buffers (=tabs).
|
||||||
the buffer list in a persistent preview window. Call the special version of
|
|
||||||
this command again to close the window.
|
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:Opening{nbsp}tabs[listing-tabs]
|
section:Opening{nbsp}tabs[listing-tabs]
|
||||||
|
|||||||
Reference in New Issue
Block a user