Created
February 24, 2014 10:51
-
-
Save zilongshanren/9185528 to your computer and use it in GitHub Desktop.
Vim Ack 技巧
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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