Automatically converting binary plists to xml1 in vim
December 1st, 2013
No comments
Just a quick vim configuration suggestion to auto-convert bplist to xml1.
Add these lines at the end of your ~/.vimrc :
” convert binary plists to xml1
autocmd BufReadPre *.plist set autoread
autocmd BufReadPre *.plist silent !plutil -convert xml1 <afile> 2>&1 >/dev/null
Categories: Uncategorized
Recent Comments