Skip to content

Instantly share code, notes, and snippets.

@cstrouse
Last active November 10, 2019 23:50
Show Gist options
  • Save cstrouse/6bc325ea5e3a3fe9d914106e6358d847 to your computer and use it in GitHub Desktop.
Save cstrouse/6bc325ea5e3a3fe9d914106e6358d847 to your computer and use it in GitHub Desktop.
Misc vim settings that I find useful when doing dev work on my Chromebook (with chromebrew)
" pretty-print json in buffer
nmap =j :%!python -m json.tool<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment