> I open the same three text files every time I boot Windows.
> So I want Windows 7 to automatically open the three files on startup.
> I wrote this batch file and put it in Startup folder:
>
> "C:\Program Files (x86)\Vim\vim73\gvim.exe" -p file1 file2 file3
>
> Which did what I wanted, but it also left a useless cmd terminal open.
> Is there a way to make Windows startup open 3 files in a single Vim
> window (three tabs) without leaving the cmd terminal open?
>
> Thank you,
> wolfv
:help mks
:mks[ession][!] [file] Write a Vim script that restores the current
editing
session.
When [!] is included an existing file is
overwritten.
When [file] is omitted "Session.vim" is used.
-Bill
--
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