From dfa412db04b3714a14a1879679daddefb873b89b Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 14 Nov 2018 10:50:58 +0100 Subject: [PATCH] w3m: Bind SPC and S-SPC for scrolling --- evil-collection-w3m.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evil-collection-w3m.el b/evil-collection-w3m.el index 6769a078..4e817db6 100644 --- a/evil-collection-w3m.el +++ b/evil-collection-w3m.el @@ -37,6 +37,9 @@ "Set up `evil' bindings for `w3m'." (evil-set-initial-state 'w3m-mode 'normal) (evil-collection-define-key 'normal 'w3m-mode-map + (kbd "S-SPC") 'w3m-scroll-down-or-previous-url + (kbd "SPC") 'w3m-scroll-up-or-next-url + (kbd "") 'w3m-view-this-url "o" 'w3m-goto-url "O" 'w3m-goto-url-new-session