Skip to content

Instantly share code, notes, and snippets.

@gcmurphy
Created July 26, 2012 05:08
Show Gist options
  • Save gcmurphy/3180372 to your computer and use it in GitHub Desktop.
Save gcmurphy/3180372 to your computer and use it in GitHub Desktop.
Find and open a file in vim
#!/bin/bash
vim $(ack -g $@)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment