monky icon indicating copy to clipboard operation
monky copied to clipboard

Add a help command

Open Wilfred opened this issue 7 years ago • 2 comments
trafficstars

Using ? for help is a magit convention. Offer basic information on keybindings by using Emacs' built-in help.

Fixes #59

Wilfred avatar Sep 21 '18 00:09 Wilfred

Hmm, this doesn't show all bindings, such as :.

Wilfred avatar Sep 21 '18 00:09 Wilfred

@Wilfred That's because you ask to show keybindings for monky-status-mode there's no : binding in this mode. That's a monky-mode binding.

I think that in monky-status we want to see both monky-mode and monky-status-mode bindings. When viewing logs we want to see both monky-mode and monky-log-mode bindings and so on.

What do you think?

Bounga avatar Sep 21 '18 09:09 Bounga