Friday, June 22, 2012

Re: Can vim be made to start with selected files already open?

On 2012-06-22, Eric Weir wrote:
> On Jun 21, 2012, at 2:26 PM, Gary Johnson wrote:
>
> > Of course, for that to work as written, all those files will have to
> > be in the working directory. It would probably be better to use
> > their full path names. On the other hand, if you always open gvim
> > by clicking an icon on your desktop, your working directory may
> > already be set appropriately.
>
> I'm gonna give this a try, Gary. I'm wondering if I need to do
> anything to get the files to open in tabs.

The second example I gave opened all the files in tabs:

command All :args file1 file2 file3 file4 <bar> tab all

See

:help :tab

Regards,
Gary

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment