Opening files recursively in Vim
I wanted to open all the project files in my solution folder in Vim. Here’s how:
:n **/*.csproj
Thursday, January 26, 2012
I wanted to open all the project files in my solution folder in Vim. Here’s how:
:n **/*.csproj
Thursday, January 26, 2012