One could change the order of tabs directly, using functions
w3m-tab-move-right and w3m-tab-move-left, but not from within a
w3m-select buffer, which is a nicer environment for that kind of
operation. This commit adds functions w3m-select-buffer-move-next
and w3m-select-buffer-move-previous, which are basically wrappers
for the pre-existing ones.
The pre-existing functions were each bound to several keys, all of
which are un-friendly to consoles (C-., C-,, C->, C-<.), so
console-friendly alternatives were added.
The docstring for the w3m-select buffer mode was edited.
https://github.com/emacs-w3m/emacs-w3m/pull/33
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.