Make w3m next anchor work in terminal mode
This commit is contained in:
parent
6b4ab640bc
commit
1b5e0194c8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user