Vimperator

Vimperator does not yet read any command line options. When it does, they will be documented here.

Initialization

startup initialization

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 .vimperatorrc or _vimperatorrc. The search order is:

The plugin directory is named:

The user's '$HOME'(~) directory is determined as follows:

$VIMPERATOR_HOME can be used to override the calculated $HOME directory.

Saving 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 :mkvimperatorrc! will overwrite [file] if it exists.

Warning: this differs from Vim's behavior which defaults to writing the file in the current directory.

Restarting

restarting

:res :restart

:res[tart]

Force the browser to restart. Useful when installing extensions.