Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ssh0
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssh0/dee67f4e1b6eb1089efd to your computer and use it in GitHub Desktop.
Save ssh0/dee67f4e1b6eb1089efd to your computer and use it in GitHub Desktop.
bibcleanでbibファイルを整形【Vim】 ref: http://qiita.com/ssh0/items/3fa170023f462913f9ac
augroup filetype
autocmd!
" bib file
autocmd BufRead,BufNewFile *.bib set filetype=bib
autocmd Filetype bib let &formatprg="bibclean"
augroup END
sudo apt-get install bibclean
bibclean aaa20150001.bib aaa20150002.bib >> reference.bib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment