Install USE AT YOUR OWN RISK - CURRENTLY UNDER DEVELOPMENT The recommended installation method is: % 9fs sources % contrib/install stefanha/vim You may also install from tarballs or compile from source. See below. Runtime % hget http://vmsplice.net/vim71rt.tgz | gunzip -c | tar x % mkdir /sys/lib/vim % mkdir /sys/lib/vim/vimfiles % dircp vim71/runtime /sys/lib/vim/vimfiles You can put a system-wide vimrc in /sys/lib/vim/vimrc. Binary % hget http://vmsplice.net/vim71bin.tgz | gunzip -c | tar x % mv vim71/* /386/bin/ Source % hget http://vmsplice.net/vim71src.tgz | gunzip -c | tar x % cd vim71/src % mk -f Make_plan9.mk install FAQ Q: Where do I put my vimrc? A: $home/lib/vimrc. See :version for all other paths. Q: How do I change the color scheme? A: :help :colo. Q: How do I use the snarf buffer? A: "*y to snarf, "*p to paste. :help "*. Q: Is there mouse support? A: No, it is not yet implemented. Q: Is there plumbing support? A: No, it is not yet implemented.