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

Clarify :help quitting.

This commit is contained in:
Doug Kearns
2011-06-16 11:50:45 +10:00
parent 551f5fefcd
commit f2f2a25169

View File

@@ -450,13 +450,13 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
<h2 tag="quitting save-session">Quitting</h2> <h2 tag="quitting save-session">Quitting</h2>
<item> <item>
<tags>:x :exit</tags> <tags>ZQ :x :exit</tags>
<strut/> <strut/>
<spec>:exit</spec> <spec>:exit<oa>!</oa></spec>
<description> <description>
<p> <p>
Quit &dactyl.appName;, no matter how many tabs/windows Quit &dactyl.appName;, no matter how many tabs/windows are open.
are open. The session is not stored. The session is not stored. Use <oa>!</oa> to forcibly quit.
</p> </p>
</description> </description>
</item> </item>
@@ -502,7 +502,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</item> </item>
<item> <item>
<tags>:xa :xall :wq :wqa :wqall</tags> <tags>ZZ :xa :xall :wq :wqa :wqall</tags>
<spec>:wqa<oa>ll</oa></spec> <spec>:wqa<oa>ll</oa></spec>
<strut/> <strut/>
<spec>:xa<oa>ll</oa></spec> <spec>:xa<oa>ll</oa></spec>
@@ -515,25 +515,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </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> <h2 tag="current-directory">The current directory</h2>
<item> <item>