1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 14:45:47 +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

@@ -90,6 +90,8 @@
and linking to source code locations). [b4]
- :downloads now opens a download list in the multi-line output
buffer. Added -sort flag. [b6][b7]
- :qa closes only the current window, per Vim. [b7]
- Added :exit command. [b7]
- Added :dlclear command. [b7]
- :extensions has been replaced with a more powerful :addons. [b6]
- :javascript! now opens a Read Eval Print Loop. [b6]