bill lam wrote:
> Suppose I got some files a b c in 3 buffers, While I edit file a, how
> to split the window and put b or c in the split window?
>
>   
:split  (or :vsplit)
:b b
:split  (or :vsplit)
:b c

Regards,
Chip Campbell


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to