Thursday, May 10, 2007

w3m and emacs




w3m mode in emacs just rocks. I was learning today how to use tabs in w3m-emacs:


Start a new tab:

G
M-x w3m-goto-url-new-session


Make a copy of the the current tab:

C-c C-t
w3m-copy-buffer


Switch to the next and previous tab:

C-c C-n
w3m-next-buffer

C-c C-p
w3m-previous-buffer


Switch between tabs:

C-c C-a
w3m-switch-buffer

and then

M-n and M-p


Close a tab:

C-c C-w
w3m-delete-buffer


Sweet.