4,461
edits
→Useful commands: Remove trailing whitespaces |
|||
Line 20: | Line 20: | ||
= Instructions = | = Instructions = | ||
== beautify json == | |||
<source lang="vim"> | |||
:%!python -m json.tool | |||
</source> | |||
== Save a useful macro and retrieve for later use == | == Save a useful macro and retrieve for later use == |