Man: Use normal state

This commit is contained in:
James Nguyen 2018-01-27 11:35:22 -08:00
parent 5bb93afb3f
commit bd302e9d93
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
(defun evil-collection-man-setup ()
"Set up `evil' bindings for `man'."
(evil-define-key 'motion Man-mode-map
(evil-set-initial-state 'Man-mode 'normal)
(evil-define-key 'normal Man-mode-map
;; motion
(kbd "SPC") 'scroll-up-command
(kbd "S-SPC") 'scroll-down-command