vimの設定

このエントリーをはてなブックマークに追加
はてなブックマーク - vimの設定
Share on Facebook
Post to Google Buzz
Bookmark this on Yahoo Bookmark
Bookmark this on Livedoor Clip
Share on FriendFeed

terminal.appからvi(vim)を使うときの設定

syntax on
set tabstop=4
set encoding=utf-8
set termencoding=utf-8
set fileencodings=utf-8,euc-jp,cp932

~/.vimrc のファイルにこの設定を書いておくと良いみたい。

This entry was posted in サーバー系. Bookmark the permalink.