Add keymap descriptions for Ruby module

We can make the whichkey menu for Ruby files a bit more user friendly by
showing simple names for each section.
This commit is contained in:
James Adam 2020-05-10 12:35:04 +01:00
parent 68547cfb95
commit cd4727041e

View file

@ -92,7 +92,7 @@
(map! :after ruby-mode
:localleader
:map ruby-mode-map
:prefix "k"
:prefix ("k" . "rake")
"k" #'rake
"r" #'rake-rerun
"R" #'rake-regenerate-cache
@ -104,7 +104,7 @@
(map! :after ruby-mode
:localleader
:map ruby-mode-map
:prefix "b"
:prefix ("b" . "bundle")
"c" #'bundle-check
"C" #'bundle-console
"i" #'bundle-install