Once a split is made you can move between the split windows with
":winc" and then the regular movement command, for example to move
from the left window to the one on the right use :winc l
To move the window itself instead of the cursor only, use the
uppercase of the command, to move the top window to the bottom
use :winc J
The :winc is the command form of control-w
see :help :winc
Kevin
On Jul 20, 2006, at 5:56 AM, Marco Kunze wrote:
Hi,
Is there a method to tell vim whether I would like to open the new
file below or above the current window when using :split?
Or is there a way to swap two windows?
Thanks,
Marco