Put the EWW keybindings in Evil mode
This commit is contained in:
parent
6a88d5e138
commit
78db166f4c
1 changed files with 4 additions and 3 deletions
|
@ -1221,9 +1221,10 @@ Web pages look pretty good with EWW, but I'm having difficulty getting it to ren
|
|||
url-privacy-level '(email))
|
||||
|
||||
:config
|
||||
(define-key eww-mode-map (kbd "L") #'eww-list-bookmarks)
|
||||
(define-key eww-buffers-mode-map (kbd "q") #'eww-bookmark-kill)
|
||||
(define-key eww-bookmark-mode-map (kbd "q") #'eww-bookmark-kill))
|
||||
(evil-define-key 'normal eww-mode-map (kbd "Y") 'eww-copy-page-url)
|
||||
(evil-define-key 'normal eww-mode-map (kbd "L") 'eww-list-bookmarks)
|
||||
(evil-define-key 'normal eww-buffers-mode-map (kbd "q") 'eww-bookmark-kill)
|
||||
(evil-define-key 'normal eww-bookmark-mode-map (kbd "q") 'eww-bookmark-kill))
|
||||
#+END_SRC
|
||||
|
||||
And let's get [[https://github.com/abo-abo/ace-link][ace-link]] to work with EWW and Info pages:
|
||||
|
|
Loading…
Reference in a new issue