1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 22:35:53 +01:00

:qa closes the current window (because Vim habits are hard to break and shouldn't be destructive). :exit quits the app.

This commit is contained in:
Kris Maglione
2011-06-13 20:08:39 -04:00
parent a8fcabeaa4
commit c6067a5085
4 changed files with 28 additions and 4 deletions

View File

@@ -449,6 +449,18 @@ 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>
<strut/>
<spec>:exit</spec>
<description>
<p>
Quit &dactyl.appName;, no matter how many tabs/windows
are open. The session is not stored.
</p>
</description>
</item>
<item>
<tags>:q :quit</tags>
<strut/>
@@ -467,8 +479,8 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
<spec>:quita<oa>ll</oa></spec>
<description>
<p>
Quit &dactyl.appName;, no matter how many tabs/windows
are open. The session is not stored.
Close the current &dactyl.appName; window, no matter how
many tabs are open.
</p>
</description>
</item>