I know how to open all files each in one tab or each in one window, but is it possible to make them open in a combination of tabs/windows?
I am using gvim 7.3
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you have the notion of tab pages backwards. From
:h tabpage:I’m not sure if it’s what you want, but you can create two tabs each with two windows through liberal use of
-con the command line:This leaves the focus on the 4th file. You can rearrange the arguments (or add more) if you want to do something different. Also note that gvim will confusingly tell you that it’s only opening two files.