Created
December 1, 2014 23:59
-
-
Save willopez/2c5aab2f8a1514d752a3 to your computer and use it in GitHub Desktop.
Vim Workflows
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
Vim Workflows | |
" Search and Replace | |
/foo<CR> | |
cgnnewfoo on first match | |
n.n.n. ... to replace next match |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment