Skip to content

Instantly share code, notes, and snippets.

@adrdra
Created September 26, 2018 10:08
Show Gist options
  • Select an option

  • Save adrdra/a2c7c1f8fba363af3f54f7031d958a21 to your computer and use it in GitHub Desktop.

Select an option

Save adrdra/a2c7c1f8fba363af3f54f7031d958a21 to your computer and use it in GitHub Desktop.
Vim
* $ -> go to end of file
* x -> remove char
* :%s/\\//g -> remove `\`
* :%s/<E2><82><AC>/€/g
* :%!python -m json.tool -> pretty json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment