On 7 Jul 2013, at 21:14, Johann Bestowrous <johann.bestowr...@gmail.com> wrote:
> I was wondering if there was a terminal command that would let me open a set 
> of files in a split screen with MacVim. I let my lazy imagination run wild on 
> Sundays and accomplishing this would give my inner sloth serenity when 
> working with a couple of different frameworks.


This opens files in horizontal splits:

    $ mvim -o foo.txt bar.txt baz.txt

And this opens them in vertical splits:

    $ mvim -O foo.txt bar.txt baz.txt

I found this out via `mvim -h` :)

Yours,
Andy Stewart

-- 
-- 
You received this message from the "vim_mac" 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_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to