Last active
November 10, 2019 23:50
-
-
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)
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
" 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