Skip to content

Commit

Permalink
w3m: Bind SPC and S-SPC for scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Nov 14, 2018
1 parent 5c02335 commit dfa412d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evil-collection-w3m.el
Expand Up @@ -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 "<return>") 'w3m-view-this-url
"o" 'w3m-goto-url
"O" 'w3m-goto-url-new-session
Expand Down

0 comments on commit dfa412d

Please sign in to comment.