Skip to content

Instantly share code, notes, and snippets.

@yyq123
Created June 8, 2017 03:40
Show Gist options
  • Select an option

  • Save yyq123/8b0756ba00373bf36b6a8374fb1707c8 to your computer and use it in GitHub Desktop.

Select an option

Save yyq123/8b0756ba00373bf36b6a8374fb1707c8 to your computer and use it in GitHub Desktop.
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