zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

FreeBSD install VIM

November 2, 2010 by Igor Drobot 3 Comments

Currently FreeBSD has only a old version of vi. I like vim as it is a highly configurable text editor and efficient one. And I prefer to work only with it.

How install it:

1
pkg_add -r -v vim-lite

pkg_add -r -v vim-lite

Example; install MC

1
pkg_add -r -v mc

pkg_add -r -v mc

Filed Under: Linux Tagged With: FreeDSB, pkg_add