add: FormatJSON

This commit is contained in:
Markus Pesch 2019-05-10 14:55:25 +02:00 committed by Markus
parent 260576c31f
commit 55afa8d2af
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -33,3 +33,6 @@ autocmd BufNewFile,BufRead rsnapshot.conf setlocal noexpandtab
" Autocompletion (bash)
set wildmode=longest,list,full
" Shortcuts
com! FormatJSON %!python -m json.tool