Vim

.vimrc 覚え書き

Vim

自分用。 Vim はやっぱ難しいわね。 hjkl とか移動コマンドは好きすぎるけど、如何せん慣れないわ。 set nocompatible set autoindent set backspace=indent,eol,start set encoding=utf-8 set expandtab set fileencodings=cp932,euc-jp,iso-2022-jp set fi…