1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 12:47:59 +01:00

merge count support for deleting buffers

This commit is contained in:
Doug Kearns
2007-10-09 13:50:13 +00:00
parent c3a62852d1
commit ee740a8fc0
5 changed files with 40 additions and 8 deletions

View File

@@ -282,7 +282,8 @@ function Commands() //{{{
{
usage: ["[count]bd[elete][!]"],
short_help: "Delete current buffer (=tab)",
help: "Count WILL be supported in future releases, then <code class=\"command\">:2bd</code> removes two tabs and the one to the right is selected.<br/>Do <code class=\"command\">:bdelete!</code> to select the tab to the left after removing the current tab."
help: "Count is supported, <code class=\"command\">:2bd</code> removes two tabs and the one to the right is selected. " +
"Do <code class=\"command\">:bdelete!</code> to select the tab to the left after removing the current tab."
}
));
addDefaultCommand(new Command(["beep"],