Created
June 8, 2017 03:40
-
-
Save yyq123/8b0756ba00373bf36b6a8374fb1707c8 to your computer and use it in GitHub Desktop.
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
| command! -bar DelTab %s/ // | |
| command! DelLF %s/\n// | |
| command! FmtCode DelTab|DelLF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment