vim 必須のvimrc "行番号の表示 set number "バックアップファイルを作らない set nobackup "スワップファイルを作らない set noswapfile "undoファイルを作らない set noundofile "バッファが編集中でもその他のファイルを開く set hidden "文字コードをUTF-8 set encoding=utf-8 "ビープ音を鳴らさない set noerrorbells
vim 必須のvimrc "行番号の表示 set number "バックアップファイルを作らない set nobackup "スワップファイルを作らない set noswapfile "undoファイルを作らない set noundofile "バッファが編集中でもその他のファイルを開く set hidden "文字コードをUTF-8 set encoding=utf-8 "ビープ音を鳴らさない set noerrorbells