Add evil bindings for w3m scrolling commands

This commit is contained in:
Jeremy Dormitzer 2020-05-20 08:58:13 -04:00
parent 5add0b1eb0
commit 645e72efcc

View File

@ -4235,6 +4235,8 @@ Browsing the web from Emacs. Relies on having [[http://w3m.sourceforge.net/][w3m
("." . browse-url-default-browser)))
:general
('normal w3m-mode-map "SPC" leader-map)
('(normal visual motion) w3m-mode-map "C-f" #'w3m-scroll-up-or-next-url)
('(normal visual motion) w3m-mode-map "C-b" #'w3m-scroll-down-or-previous-url)
('normal w3m-mode-map "J" #'w3m-previous-buffer)
('normal w3m-mode-map "K" #'w3m-next-buffer)
('normal w3m-mode-map "gs" #'w3m-search)