Wednesday, June 6, 2012

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

maybe you can alias vimf='vim -o5 xx.file1 file2 file3 file4' ,then
you type vimf

2012/6/6 Christian Brabandt <cblists@256bit.org>:
> On Tue, June 5, 2012 23:39, Eric Weir wrote:
>> I'll give it a try. At this point at least the built-in :mksession does
>> what I wanted to do. The advantage of this for me is that I could have it
>> automatically load a default saved session.
>
> You seem to be fine with session files, but I think, I also mention
> that you can store the buffer list in your .viminfo file, if you add
> the '%' to the 'viminfo' setting. Additionally, you can always edit
> the file you have previously edited using the :oldfiles command.
>
> For more info on both of this, read
> :h 21.3
>
> regards,
> Christian
>
> --
> 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

--
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: