Sunday, April 10, 2016

Re: How to open from bash file A and B in vertical split and file C in second tab?

Hi Michał,

2016-4-11(Mon) 13:12:27 UTC+9 Michał Urban:
> Hi,
>
> How to open from bash file A and B in vertical split and file C in second tab?

$ vim -O A B -c "tabedit C" -c "tabfirst"

Please see following documents.
:help -O
:help -c
:help :tabedit
:help :tabfirst

--
Best regards,
Hirohito Higashi (a.k.a. h_east)

--
--
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 because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: