まずは.vimrcを晒し。 set nocompatible syntax on filetype on filetype plugin on set showmode set showmatch "ファイルエンコード set fileformats=unix,dos,mac set fileencodings=ucs-bom,iso-2022-jp-3,iso-2022-jp-2,euc-jisx0213,euc-jp,cp932 if &encoding == 'utf-8' set ambiwidth=double endif set autoindent set incsearch " 検索文字列が小文字の場合は大文字小文字を区別なく検索する(noignorecase) set ignorecase " 検索文字列に大文字が含まれている場合は区別して検索する(nosmartcase