mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-30 22:42:11 -05:00
Add mode help to SPC h leader
This commit is contained in:
parent
5ed002f378
commit
a51cd241fc
@ -270,7 +270,8 @@ keymap to this, we don't actually need a definer.
|
|||||||
(foltz-help-def
|
(foltz-help-def
|
||||||
"?" 'help-for-help
|
"?" 'help-for-help
|
||||||
"h" 'help-for-help
|
"h" 'help-for-help
|
||||||
"k" 'describe-key)
|
"k" 'describe-key
|
||||||
|
"m" 'describe-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
**** b - buffer
|
**** b - buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user