Skip to content

Instantly share code, notes, and snippets.

@michaelhayman
Last active August 29, 2015 14:04
Show Gist options
  • Save michaelhayman/93a90e8e06b6a20217a6 to your computer and use it in GitHub Desktop.
Save michaelhayman/93a90e8e06b6a20217a6 to your computer and use it in GitHub Desktop.
Command line magic

Find all files under current directory & open them in split vim windows:

find . -name '*.rb' -exec vim -O {} +

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment