mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-11 19:24:11 +01:00
Fixed Initialization section in Help
This commit is contained in:
@@ -11,12 +11,12 @@ At startup, Xulmus completes the following tasks in order.
|
||||
one of the following is successfully located, it is executed, and no
|
||||
further locations are tried.
|
||||
|
||||
a. |$VIMPERATOR_INIT|
|
||||
_$VIMPERATOR_INIT_ -- May contain a single Ex command (e.g.,
|
||||
a. |$XULMUS_INIT|
|
||||
_$XULMUS_INIT_ -- May contain a single Ex command (e.g.,
|
||||
"[c]:source {file}[c]").
|
||||
b. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its contents
|
||||
b. [a]\~/_xulmusrc[a] -- Windows only. If this file exists, its contents
|
||||
are executed.
|
||||
c. [a]\~/.vimperatorrc[a] -- If this file exists, its contents are executed.
|
||||
c. [a]\~/.xulmusrc[a] -- If this file exists, its contents are executed.
|
||||
|
||||
2. If 'exrc' is set, then any RC file in the current directory is also sourced.
|
||||
|
||||
@@ -37,12 +37,12 @@ it finds.
|
||||
|
||||
section:Saving{nbsp}settings[save-settings]
|
||||
|
||||
|:mkv| |:mkvimperatorrc|
|
||||
||:mkv[imperatorrc][!] [a][file][a]|| +
|
||||
|:mkx| |:mkxulmusrc|
|
||||
||:mkx[ulmusrc][!] [a][file][a]|| +
|
||||
________________________________________________________________________________
|
||||
Write current key mappings and changed options to [a][file][a]. If no
|
||||
[a][file][a] is specified then _~/.vimperatorrc_ is written unless this file
|
||||
already exists. The special version [c]:mkvimperatorrc![c] will overwrite
|
||||
[a][file][a] is specified then _~/.xulmusrc_ is written unless this file
|
||||
already exists. The special version [c]:mkxulmusrc![c] will overwrite
|
||||
[a][file][a] if it exists.
|
||||
|
||||
Warning: this differs from Vim's behavior which defaults to writing the file
|
||||
|
||||
Reference in New Issue
Block a user