Add open packages.el shortcut in spacemacs-help

I find myself wanting to open the package.el and f3 is just too far away
in my keyboard. And I thought maybe this would be something people might
want. Also maybe we could have special binding for actions? like `C-1`
`C-2`, etc
This commit is contained in:
Diego Berrocal 2016-09-12 22:43:57 -04:00 committed by Eivind Fonn
parent dc14a5062a
commit 704e103394

View file

@ -205,6 +205,9 @@
(define-key map (kbd "<S-return>") '(lambda () (interactive)
;; Add Layer
(helm-select-nth-action 3)))
(define-key map (kbd "<M-return>") '(lambda () (interactive)
;; Open packages.el
(helm-select-nth-action 1)))
map)
"Keymap for Spacemacs Layers sources")