Say you have two buffers open like so:
------------------------------------
| |
buffer 1 | buffer 2 |
| |
------------------------------------
What's the fastest way to switch the buffers so that you get this:
------------------------------------
buffer 1 |
|
------------------------------------
buffer 2 |
|
------------------------------------