Make w3m next anchor work in terminal mode

This commit is contained in:
Jeremy Dormitzer 2019-01-29 19:22:37 -05:00
parent 6b4ab640bc
commit 1b5e0194c8

View File

@ -1727,7 +1727,7 @@ Browsing the web from Emacs. Relies on having [[http://w3m.sourceforge.net/][w3m
:general
('normal w3m-mode-map "R" 'w3m-reload-this-page)
('normal w3m-mode-map "r" 'w3m-redisplay-this-page)
('normal w3m-mode-map "<tab>" 'w3m-next-anchor)
('normal w3m-mode-map "TAB" 'w3m-next-anchor)
('normal w3m-mode-map "<backtab>" 'w3m-previous-anchor)
('normal w3m-mode-map "]" 'w3m-next-form)
('normal w3m-mode-map "[" 'w3m-previous-form)