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

better :q

This commit is contained in:
Martin Stubenschrott
2007-10-17 20:34:08 +00:00
parent 800d76f031
commit 9f0b1964eb
7 changed files with 25 additions and 5 deletions

View File

@@ -1350,8 +1350,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]"],