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

merge better :q

This commit is contained in:
Doug Kearns
2007-10-18 03:57:17 +00:00
parent cdced34078
commit 1e367ddad7
4 changed files with 21 additions and 4 deletions

View File

@@ -1121,8 +1121,9 @@ function Commands() //{{{
addDefaultCommand(new Command(["q[uit]"],
function() { vimperator.tabs.remove(getBrowser().mCurrentTab, 1, false, 1); },
{
short_help: "Quit current tab or quit Vimperator if this was the last tab",
help: "When quitting Vimperator, the session is not stored."
short_help: "Quit current tab",
help: "If this is the last tab in the window, close the window. If this was the " +
"last window, close Vimperator. When quitting Vimperator, the session is not stored."
}
));
addDefaultCommand(new Command(["quita[ll]", "qa[ll]"],