To open files in Grep's output to Vim's -o -mode

前端 未结 6 1053
死守一世寂寞
死守一世寂寞 2021-01-31 14:19

How can you put a list of files to Vim\'s -o -mode?

I have a list of files as Grep\'s output. I run unsuccessfully

1

grep -il          


        
6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 15:17

    Second one works for me. Third too, although you get only one file visible at the start. 4 is the same as 2 in most cases. First and last should not work by design.

提交回复
热议问题