Opening files recursively in Vim
I wanted to open all the project files in my solution folder in Vim. Here’s how:
:n **/*.csproj
Leave a Comment
I wanted to open all the project files in my solution folder in Vim. Here’s how:
:n **/*.csproj