Add w3m keybindings to switch tabs
This commit is contained in:
parent
a7fc2d9a5d
commit
dd70f943b6
@ -3761,6 +3761,8 @@ Browsing the web from Emacs. Relies on having [[http://w3m.sourceforge.net/][w3m
|
|||||||
w3m-use-tab-line nil)
|
w3m-use-tab-line nil)
|
||||||
:general
|
:general
|
||||||
('normal w3m-mode-map "SPC" leader-map)
|
('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)
|
||||||
('normal w3m-mode-map "gS" #'w3m-search-new-session)
|
('normal w3m-mode-map "gS" #'w3m-search-new-session)
|
||||||
('normal w3m-mode-map "gl" #'link-hint-open-link)
|
('normal w3m-mode-map "gl" #'link-hint-open-link)
|
||||||
|
Loading…
Reference in New Issue
Block a user