Add keybind: SPC h C-k -> describe-key-briefly
This commit is contained in:
parent
4a1a359c21
commit
4d649333a6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue