Skip to content

Instantly share code, notes, and snippets.

@jbbarth
Created February 25, 2015 13:22
Show Gist options
  • Select an option

  • Save jbbarth/6aeacc67453168aee615 to your computer and use it in GitHub Desktop.

Select an option

Save jbbarth/6aeacc67453168aee615 to your computer and use it in GitHub Desktop.
vii alias to run vi on the files of the previous ack/grep command (ZSH only)
alias vii='vi $(fc -e - ack="ack -l" grep="grep -l" -1)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment