RE: How can I do to always opening files into a tab ?

2007-01-16 Thread Sibin P. Thomas
-Original Message- From: Eddine [mailto:[EMAIL PROTECTED] Sent: Sunday, January 14, 2007 5:06 PM To: Vim Mailing List Subject: How can I do to always opening files into a tab ? Hello Vimmers ! I got few questions for vim under win32 (XP) - How can I do to _always_ open files into its ow

Re: How can I do to always opening files into a tab ?

2007-01-14 Thread A.J.Mechelynck
Eddine wrote: > > - Is there an option so when a file is vertically splitted, scrolling > down and up, keeps both left and right panel on the same line, in a > way is there a mean to synchronize the up and down scrolling of both > views ? see ":help 'scrollbind'".

Re: How can I do to always opening files into a tab ?

2007-01-14 Thread Eddine
I guess "scrollbind" is OK for my need, I was trying to have the same behaviour as when you edit files in diff mode. Thank you very much for all of you who helped me ! -- Eddine

Re: How can I do to always opening files into a tab ?

2007-01-14 Thread A.J.Mechelynck
Eddine wrote: Hello Vimmers ! I got few questions for vim under win32 (XP) - How can I do to _always_ open files into its own tab ? A quick-and dirty way would be cabbrev sp tab split cabbrev vs tab split cabbrev new tabnew cabbrev sv tab sview cabbre