12.4. Initialization
vile and xvile
perform the following initializations:
(xvile only)
Use the value of the XVILE_MENU
environment variable for the name
of the menu description file, if provided. Otherwise, it
uses .vilemenu.
The purpose of this file
is to set the default menus for the X11 interface.
You can then add to or override any of these menus
in the other startup files.
Execute the file named on the command line with
@cmdfile, if any. Bypass any
other initialization steps that would otherwise be done.
If the VILEINIT environment variable exists, execute its
value. Otherwise, look for an initialization file.
If the VILE_STARTUP_FILE environment variable exists,
use that as the name of the startup file. If not, on UNIX use
.vilerc,
on other systems use vile.rc. Look for the startup file in the current directory,
and then in the user's
home directory.
Use whichever one is found first.
As for nvi and vim, you can place
common initialization actions into your .exrc
file (i.e., options and commands for UNIX vi,
and/or the other clones),
and have your .vilerc file
execute :source .exrc before or after the
vile-specific initializations.
| | | 12.3. Online Help and Other Documentation | | 12.5. Multiwindow Editing |
Copyright © 2003 O'Reilly & Associates. All rights reserved.
|
|