[xwidget] Add additional evil style bindings

This commit is contained in:
James Nguyen 2022-05-21 21:32:22 -04:00
parent 32584b7b46
commit e9faaac9f1
1 changed files with 11 additions and 0 deletions

View File

@ -134,6 +134,17 @@ F is the name of function, N is the pixel height."
"?" 'describe-mode
;; Evil style
"<" 'xwidget-webkit-back
">" 'xwidget-webkit-forward
;; Additional bindings to browse url.
"gu" 'xwidget-webkit-browse-url
"J" 'xwidget-webkit-browse-url
;; Additional binding to browse tabs.
"gt" 'evil-collection-xwidget-webkit-search-tabs
"gr" 'xwidget-webkit-reload
(kbd "C-f") 'xwidget-webkit-scroll-up
(kbd "C-b") 'xwidget-webkit-scroll-down