parkouss / webmacs

webmacs - keyboard driven (emacs key bindings) browser, https://webmacs.readthedocs.io/en/latest/
GNU General Public License v3.0
157 stars 21 forks source link

Add additional interactive help commands #114

Closed xantoz closed 5 years ago

xantoz commented 5 years ago

This adds describe-key-briefly, which works like its emacs counterpart. It is also bound to C-h c like its emacs counterpart. This forces us to move describe-command to C-h f, but I consider this binding better, since it aligns to describe-function from emacs bound on C-h f.

The second commit adds where-is bound to C-h w which works mostly like its emacs counterpart, except it always searches all keymaps and displays what keymap the binding is from.

xantoz commented 5 years ago

Updated with updated documentation.

xantoz commented 5 years ago

Wrapped a too long line.

xantoz commented 5 years ago

Updated the changelog