Skip to content

Instantly share code, notes, and snippets.

@garthhumphreys
Last active September 16, 2019 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garthhumphreys/1bed282822eb7107c88e47bde193e5fc to your computer and use it in GitHub Desktop.
Save garthhumphreys/1bed282822eb7107c88e47bde193e5fc to your computer and use it in GitHub Desktop.
My vim commands

Alias

alias urldecode='python -c "import sys, urllib as ul; \ print ul.unquote_plus(sys.argv[1])"'

alias urlencode='python -c "import sys, urllib as ul; \ print ul.quote_plus(sys.argv[1])"'

  • html:5_
  • <c-y>, (Ctrly,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment