mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 21:25:46 +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
|
one of the following is successfully located, it is executed, and no
|
||||||
further locations are tried.
|
further locations are tried.
|
||||||
|
|
||||||
a. |$VIMPERATOR_INIT|
|
a. |$XULMUS_INIT|
|
||||||
_$VIMPERATOR_INIT_ -- May contain a single Ex command (e.g.,
|
_$XULMUS_INIT_ -- May contain a single Ex command (e.g.,
|
||||||
"[c]:source {file}[c]").
|
"[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.
|
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.
|
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]
|
section:Saving{nbsp}settings[save-settings]
|
||||||
|
|
||||||
|:mkv| |:mkvimperatorrc|
|
|:mkx| |:mkxulmusrc|
|
||||||
||:mkv[imperatorrc][!] [a][file][a]|| +
|
||:mkx[ulmusrc][!] [a][file][a]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Write current key mappings and changed options to [a][file][a]. If no
|
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
|
[a][file][a] is specified then _~/.xulmusrc_ is written unless this file
|
||||||
already exists. The special version [c]:mkvimperatorrc![c] will overwrite
|
already exists. The special version [c]:mkxulmusrc![c] will overwrite
|
||||||
[a][file][a] if it exists.
|
[a][file][a] if it exists.
|
||||||
|
|
||||||
Warning: this differs from Vim's behavior which defaults to writing the file
|
Warning: this differs from Vim's behavior which defaults to writing the file
|
||||||
|
|||||||
Reference in New Issue
Block a user