Nix Geek

Vim Text Editor in FreeBSD

dabeagles

If you are experienced with vi in a Linux setting, I suggest actually going with vim in FreeBSD for 2 reasons:

– it performs more like vi does in Linux (vi is a little different and frustrating in FreeBSD)
– colorized coding just like it does in Linux

To add Vim to your FreeBSD installation, run the following:

pkg install vim

Leave a Reply

Back to top