On 4/20/06, Silent1 <[EMAIL PROTECTED]> wrote: > Hi all, > just tried out vim7.0e on my xp machine (at home and at work, although > i'm setting my my new mac mini at home). I read thru the :help > version7 and i was wondering how tabs work with buffers. I use > minibuffer explorer to show the different buffers per window, i was > wondering if you can have different buffers per tab and send buffers > from one tab to another?
You can have multiple windows per tab. I've been working on a couple related plugins. "TabLineSet.vim" adds information to the default tabline format that shows buffers per tab, buffer numbers, etc. If you want to "send" buffers between tabs, I uploaded "WinWalker.Vim" a few days ago which does a nice job with this. I'm not sure how to mix and match fold methods...
