Skip to content

Instantly share code, notes, and snippets.

View beatinaniwa's full-sized avatar

Mitsumasa Kubo beatinaniwa

View GitHub Profile
@beatinaniwa
beatinaniwa / .vimrc
Created August 12, 2012 14:23 — forked from mickey24/.vimrc
.vimrc
" $HOME/.vimrc
" MyAutoCmd : an augroup for my autocmd {{{1
augroup MyAutoCmd
autocmd!
augroup END
" Encoding {{{1
scriptencoding utf-8
set encoding=utf-8