1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 03:05:45 +01:00

move :mkvimperatorrc help to starting.txt

This commit is contained in:
Doug Kearns
2008-08-04 01:29:37 +00:00
parent 2dc74f94a3
commit 84fc1eb494
2 changed files with 14 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ HEADER
Vimperator does not yet read any command line options. When it does, they will
be documented here.
section:Initialization[initialization, startup]
section:Initialization[initialization,startup]
At startup Vimperator sources a user RC file, containing Ex commands, and any
JavaScript files found in the plugin directory. The RC file may be named
@@ -25,4 +25,17 @@ _%HOMEDRIVE%%HOMEPATH%_.
_$VIMPERATOR_HOME_ can be used to override the calculated _$HOME_ directory.
section:Saving{nbsp}settings[save-settings]
|:mkv| |:mkvimperatorrc|
||:mkv[imperatorrc][!] [file]|| +
________________________________________________________________________________
Write current key mappings and changed options to [file]. If no [file] is
specified then _~/.vimperatorrc_ is written unless this file already exists. The
special version [c]:mkvimperatorrc![c] will overwrite [file] if it exists.
Warning: this differs from Vim's behavior which defaults to writing the file
in the current directory.
________________________________________________________________________________
// vim: set syntax=asciidoc:

View File

@@ -373,18 +373,6 @@ Add {cmd} to the list of commands Vimperator will execute on {event}:
________________________________________________________________________________
|:mkv| |:mkvimperatorrc|
||:mkv[imperatorrc][!] [file]|| +
________________________________________________________________________________
Write current key mappings and changed options to [file]. If no [file] is
specified then _~/.vimperatorrc_ is written unless this file already exists. The
special version [c]:mkvimperatorrc![c] will overwrite [file] if it exists.
Warning: this differs from Vim's behavior which defaults to writing the file
in the current directory.
________________________________________________________________________________
|:noh| |:nohlsearch| +
||:noh[lsearch]||
________________________________________________________________________________