Profiler: Use normal state

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

View File

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