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.

Revisions

  1. adrdra created this gist Sep 26, 2018.
    7 changes: 7 additions & 0 deletions vim.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    * $ -> go to end of file
    * x -> remove char
    * :%s/\\//g -> remove `\`
    * :%s/<E2><82><AC>/€/g
    * :%!python -m json.tool -> pretty json