Created
September 26, 2018 10:08
-
-
Save adrdra/a2c7c1f8fba363af3f54f7031d958a21 to your computer and use it in GitHub Desktop.
Vim
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
| * $ -> 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