Hello, world!

2008-12-23

How to create view?

If you want to get vim's "view", you can create it with the below command line.

#ln -s /usr/bin/vim /usr/local/bin/view

If the executable is called "view", Vim will start in Readonly mode. This is useful if you can make a hard or symbolic link from "view" to "vim". Starting in Readonly mode can also be done with "vim -R".
cf. vim doc