Home > Uncategorized > Automatically converting binary plists to xml1 in vim

Automatically converting binary plists to xml1 in vim

December 1st, 2013 Leave a comment Go to 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 Tags:
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
deadly laser