Woman: Change to normal state

This commit is contained in:
James Nguyen 2018-01-09 19:32:22 -08:00
parent e3b8da1fa3
commit e809dd74eb
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@
(defun evil-collection-woman-setup ()
"Set up `evil' bindings for `woman'."
(evil-define-key 'motion woman-mode-map
(evil-set-initial-state 'woman-mode 'normal)
(evil-define-key 'normal woman-mode-map
(kbd "]") 'WoMan-next-manpage
(kbd "[") 'WoMan-previous-manpage