- Show help on Ex commands. If ! is given then the help is listed in the
- command output window.
+ List all Ex commands matching filter along with their
+ short descriptions. The output contains links to the source code
+ definitions.
- Show help on options. If ! is given then the help is listed in the command
- output window.
+ List the key mappings defined for mode (Normal by default)
+ matching filter along with their short descriptions. The
+ output contains links to the source code definitions.
- Show help on Normal mode commands. If ! is given then the help is listed in
- the command output window.
+ List all options matching filter along with their short
+ descriptions. The output contains links to the source code
+ definitions.
diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS
index 1b0a159a..3213a798 100644
--- a/pentadactyl/NEWS
+++ b/pentadactyl/NEWS
@@ -49,6 +49,11 @@
* The concept of completion contexts is now exposed to the user
(see :h :contexts), allowing for powerful and fine-grained
completion system customization.
+ * :viusage, :optionusage and :exusage were replaced with :listkeys,
+ :listoptions and :listcommands, providing more powerful and
+ consistent interactive help facility (improvements include
+ listing keys for modes other than Normal, filtering the output
+ and linking to source locations).
* IMPORTANT option changes:
- 'cdpath' and 'runtimepath' no longer treat ",,"
specially. Use "." instead.