1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-20 06:46:37 +02:00

help: Inhibit insert state

This commit is contained in:
Justin Burkett 2018-06-28 07:35:15 -04:00 committed by Pierre Neidhardt
parent f6f71a8d6f
commit 9d9acabc44

View File

@ -35,6 +35,7 @@
(defun evil-collection-help-setup ()
"Set up `evil' bindings for `help'."
(evil-set-initial-state 'help-mode 'normal)
(evil-collection-util-inhibit-insert-state help-mode-map)
(evil-collection-define-key 'normal 'help-mode-map
;; motion
(kbd "SPC") 'scroll-up-command