diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-06-16 11:50:45 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-06-16 11:50:45 +1000 |
commit | f2f2a251699a1c259f99518a95f24f23d2d42a42 (patch) | |
tree | 9d205b107c0119c86c30e4e50af9f405a5890669 /common/locale | |
parent | 551f5fefcd4e2b61d90509d879e771ddf9be0f7b (diff) | |
download | pentadactyl-f2f2a251699a1c259f99518a95f24f23d2d42a42.tar.gz |
Clarify :help quitting.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/browsing.xml | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml index 7b51b648..1f97dea6 100644 --- a/common/locale/en-US/browsing.xml +++ b/common/locale/en-US/browsing.xml @@ -450,13 +450,13 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to <h2 tag="quitting save-session">Quitting</h2> <item> - <tags>:x :exit</tags> + <tags>ZQ :x :exit</tags> <strut/> - <spec>:exit</spec> + <spec>:exit<oa>!</oa></spec> <description> <p> - Quit &dactyl.appName;, no matter how many tabs/windows - are open. The session is not stored. + Quit &dactyl.appName;, no matter how many tabs/windows are open. + The session is not stored. Use <oa>!</oa> to forcibly quit. </p> </description> </item> @@ -502,7 +502,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to </item> <item> - <tags>:xa :xall :wq :wqa :wqall</tags> + <tags>ZZ :xa :xall :wq :wqa :wqall</tags> <spec>:wqa<oa>ll</oa></spec> <strut/> <spec>:xa<oa>ll</oa></spec> @@ -515,25 +515,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to </description> </item> -<item> - <tags>ZQ</tags> - <spec>ZQ</spec> - <description short="true"> - <p>Quit and don't save the session. Works like <ex>:qall</ex>.</p> - </description> -</item> - -<item> - <tags>ZZ</tags> - <spec>ZZ</spec> - <description short="true"> - <p> - Quit &dactyl.appName; and save the session. Works like - <ex>:xall</ex>. - </p> - </description> -</item> - <h2 tag="current-directory">The current directory</h2> <item> |