Update changelog for 1.13.3

This commit is contained in:
Oliver Blanthorn 2018-08-21 20:12:02 +01:00
parent ede3936b82
commit 683bb1b2f1
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -4,10 +4,11 @@
* New features:
* Our command line now has completions for ex commands and aliases!
* It even includes a little bit of help for each command.
* Rapid hint mode improvements:
* Our command line now has more completions:
* Ex commands and ex aliases with a little bit of help for each command.
* Settings, showing their current value (currently does not support options within options)
* Rapid hint mode improvements:
* Less jank (particularly if you hold a key down)
* Most hint modes now have a rapid mode with `hint -q[flag]` and bound to `;g[key]`
* The divergence from Pentadactyl is because we already have `g;` bound to "switch to tab containing last used input field and focus it", which is my pet favourite command.