Skip to content

Instantly share code, notes, and snippets.

@thelahunginjeet
Created November 8, 2013 20:46
Show Gist options
  • Save thelahunginjeet/7377362 to your computer and use it in GitHub Desktop.
Save thelahunginjeet/7377362 to your computer and use it in GitHub Desktop.
spaces to tabs in vim (useful for fixing python indentation issues)
:%s/<space><space><space><space>/<tab>/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment