Add keybind: SPC h C-k -> describe-key-briefly

This commit is contained in:
Henrik Lissner 2019-03-05 23:46:37 -05:00
parent 4a1a359c21
commit 4d649333a6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -683,6 +683,7 @@
:desc "Emacs help map" "h" help-map
:desc "Lookup in manual" "i" #'info-lookup-symbol
:desc "Describe key" "k" #'describe-key
:desc "Describe key briefly" "C-k" #'describe-key-briefly
:desc "Find library" "l" #'find-library
:desc "View *Messages*" "m" #'view-echo-area-messages
:desc "Toggle profiler" "p" #'doom/toggle-profiler