%general-entities; ]> Vim-&vim-version; Installation of <application>Vim</application> If you recompile vim to link against X, and your X libs are not on the root partition, you will no longer have an editor for use in emergencies. You may choose to install an additional editor, not link vim against X, or move the current vim executable to the /bin directory under a different name such as vi. Install Vim by running the following commands: echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h && echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h && ./configure --prefix=/usr \ --with-features=huge && make && make install Installation of <application>Vim</application> If you recompile vim to link against X, and your X libs are not on the root partition, you will no longer have an editor for use in emergencies. You may choose to install an additional editor, not link vim against X, or move the current vim executable to the /bin directory under a different name such as vi. Install Vim by running the following commands: echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h && echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h && ./configure --prefix=/usr \ --with-features=huge && make && make install Command explanations --with-features=huge: This switch enables all the additional features available in Vim. --enable-gui=no: If you prefer not to link vim against X, use this switch. Contents The Vim package contains eview, evim, ex, gview, gvim, gvimdiff, rgview, rgvim, rview, rvim, view, vim, vimdiff, vimtutor and xxd. Except for vimtutor and xxd, all the other commands are symlinks to vim and start vim with different options. vimtutor is a tool to learn the various vim commands and xxd is a command used to create hex dumps.