|
发表于 2006-4-5 20:16:47
|
显示全部楼层
In BSD, vi means vi. Vim is the vi in linux. In linux, vi is an alias for vim. That's different.
So, in FreeBSD, you should do the following steps:
- # cd /usr/ports/editors/vim
- # make install
复制代码
Or, you can simply type:
In OpenBSD and NetBSD, what you should do is more or less similar with this. |
|