Hi all! What do you think about binding key h to function describe-mode in Org agenda? Basically pressing key h would open a window showing the key bindings in the agenda. There would also be additional information.
The implementation could be just the line (org-defkey org-agenda-mode-map (kbd "h") #'describe-mode) Also not that key h has no default binding in Org agenda yet! The connoisseur of course knows that describe-mode is already just a {C-h m} away from the Org agenda. Anyway I think having {h} in the agenda would be nice. This would also be consistent with e.g. help-mode. Thanks for reading and best regards, -- Marco