How can I open several files at once in Vim?

后端 未结 6 1035
渐次进展
渐次进展 2021-01-30 07:55

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

6条回答
  •  广开言路
    2021-01-30 08:25

    If you'd like to add to the argument list;

    :arga what_you-d_like_to_add
    

    see

    :he arga
    

    from/in vim for more information.

提交回复
热议问题