Last active
December 16, 2015 23:50
-
-
Save sethyuan/5516738 to your computer and use it in GitHub Desktop.
VIM tips and tricks
This file contains 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
:set autowrite | |
:vimgrep /pattern/ **/*.js | |
qa | |
:s/pattern/replace/g | |
:cnext | |
q | |
10000@a | |
:set noautowrite |
This file contains 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
:sp [file] | |
:vs [file] | |
Ctrl+w r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment