I am running RedHat 7.2 and was wondering if anyone can tell me how to custom configure parameters and save them. I would like to save tabstop settings and change tabs to spaces.
The configuration file is ~/.exrc, which is read by vi and most clones. (If you're using vim, you can also use ~/.vimrc.) Any set commands and such that you put in this file will be run on startup. Mine contains (from memory):
set tabstop=4
set number
set showmode
For specifics on the settings available, you should consult the man page or similar documentation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.