How do I install Vim in my home directory or a directory other

than the default installation directory in Unix? To install Vim in a directory other than the default installation directory, you have to specify the directory using the –prefix option while running the configure script.

    $ ./configure --prefix=/users/xyz

You can enable/disable various Vim feature by supplying different arguments to the configure script.

    $ ./configure --help

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind