30.21 Per File Setups in Separate Files
Do you need to set certain editor options for certain files - but
not
use the same setup for every file you edit?
Make a special setup file with the same name and an underscore
( The setup file has the same format as a .exrc file ( 30.6 ) . To make the editor read it, map ( 31.2 ) a function key like F1 (or any other key sequence):
When you start vi , tap that key to read the setup file. (The percent sign stands for the current filename ( 30.4 ) .) If you want to use the same setup file for several files in a directory, you might want to make hard links ( 18.4 ) between them. That will save disk space. It also means that if you decide to change a setup option, you can edit one of the links to the setup file and the others will have the same change. - |
|