[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
It is sometimes useful to just create a new buffer without opening a web page in it. This operation is called "creating a twin copy" of a buffer, in emacs-w3m lingo. It will simply create a new buffer whose contents are identical to the currently active buffer.
The opposite of this is closing buffers: you can just close one buffer (because you're not interested in its contents anymore) or you can decide to close all buffers but the current one. Emacs-w3m lets you do this with the following commands:
w3m-copy-buffer
).
w3m-delete-buffer
).
w3m-delete-other-buffers
).