diff --git a/emacs/init.org b/emacs/init.org index dfc7c6e..7cda7dc 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -3761,6 +3761,8 @@ Browsing the web from Emacs. Relies on having [[http://w3m.sourceforge.net/][w3m w3m-use-tab-line nil) :general ('normal w3m-mode-map "SPC" leader-map) + ('normal w3m-mode-map "J" #'w3m-previous-buffer) + ('normal w3m-mode-map "K" #'w3m-next-buffer) ('normal w3m-mode-map "gs" #'w3m-search) ('normal w3m-mode-map "gS" #'w3m-search-new-session) ('normal w3m-mode-map "gl" #'link-hint-open-link)