1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-26 07:29:01 +02:00

eww: Set initial state to normal.

This commit is contained in:
Pierre Neidhardt 2020-03-22 09:19:25 +01:00
parent a478a95a8a
commit fe0700ec16

View File

@ -39,6 +39,7 @@
(defun evil-collection-eww-setup () (defun evil-collection-eww-setup ()
"Set up `evil' bindings for `eww'." "Set up `evil' bindings for `eww'."
(evil-set-initial-state 'eww-mode 'normal)
(evil-collection-define-key 'normal 'eww-mode-map (evil-collection-define-key 'normal 'eww-mode-map
"^" 'eww-up-url "^" 'eww-up-url
"u" 'eww-up-url "u" 'eww-up-url