Coming from Windows to Ubuntu, I'm pretty unfamiliar with almost every terminal command and Linux jargon. One that I am currently facing is:
When installing Vim for the first time, what do you mean by using the config script like the following
configure --enable-cscope --with-features=huge
to get Vim's huge
feature set.
Specifically,
- What is a config script?
- When do I use such a script? (After the installation of Vim by
hg clone
or what?) - where and how do I use it? (To write it in a file and put it where? Or to run it in a Terminal?)