How can I open several files at once in Vim?

Posted by Ethan on Stack Overflow See other posts from Stack Overflow or by Ethan
Published on 2010-01-07T19:52:24Z Indexed on 2010/05/18 21:50 UTC
Read the original article Hit count: 133

Filed under:

Is there a way to open all the files in a directory from within Vim? So a :command that would say in effect "Open all the files under /some/path into buffers".

Ideally, it would be great to open all the files under a dir recursively.

© Stack Overflow or respective owner

Related posts about vim