language ja_JP.UTF-8
" language ja_JP.eucJP
" set encoding=euc-jp
set encoding=utf-8
set fileencodings=utf-8,euc-jp,iso-2022-jp,sjis
set sw=4 ts=8 
set nocompatible
syntax on
colorscheme zellner
set tags=tags;/
" ai
" Emacs like key in Insert mode
map!  A
map!  0I
map!  lli
map!  i
map!  ka
map!  ja
map!  :su
map!  d$a
map!  Ua
map!  pa
" Paragraph Folder
map q !}nkf -w -Bmf59
map q !}nkf -w -Bmf59
" Execute Typed Command Macro
map e "mdd@m
" Read Typed file
map ! 0i:r!"ndd@n
" Comment/Uncomment
map ; ^i/* A */^
map u :s/\/\* \([^*]*\) \*\//\1
" Incorporate mouse selection
map i :r!xcb -p 0
" Decode MIME selection
map m !}nkf -e -m
map j !}nkf -e -Bm
" cut & page
map v !aquaclip
map c !}aquaclip put
map a :0,$!aquaclip put
" Windowing like Emacs
map 0 :close
map 1 :only
map 2 :split
map 5 :vsplit
map o 
map! 0 :close
map! 1 :onlya
map! 2 :splita
map! 5 :vsplita
map! o 
" end
