Skip to content

Instantly share code, notes, and snippets.

@zilongshanren
Created February 24, 2014 10:51
Show Gist options
  • Save zilongshanren/9185528 to your computer and use it in GitHub Desktop.
Save zilongshanren/9185528 to your computer and use it in GitHub Desktop.
Vim Ack 技巧
Ack --type=cpp 'pattern' --ignore-dir=dir path list
Qargs
silent! argdo :%s/(aa)bb(cc)/\1dd\2/ge | argdo update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment