USAGE
Extended-hints mode ';m' to yank image URL and ';M' to save image are
available. These are default settings. You can change these by below
settings.
Ex-command ':downimageall' is also available. This is to download all
images of current page, but it effects heavy load to the server, you must
use carefully. We are NOT RESPONSIBLE for result of this command.
Additionally, following modes are available if you installed Image Zoom
add-on (
https://addons.mozilla.org/firefox/addon/139 ). These feature
were provided by Frank Blendinger. Thanks !!
- ';i' to zoom in image
- ';x' to zoom out image
- ';X' to zoom reset image
- ';z' to zoom fit image
- ';Z' to custom zoom image
SETTING
- :image_extender_yank_key
The key to yank image URL(default: 'm').
- :image_extender_save_key
The key to save image(default: 'M').
- :image_extender_zoom_in_key
The key to zoom in image(default: 'i').
- :image_extender_zoom_out_key
The key to zoom out image(default: 'x').
- :image_extender_zoom_reset_key
The key to zoom reset image(default: 'X').
- :image_extender_zoom_fit_key
The key to zoom fit image(default: 'z').
- :image_extender_zoom_custom_key
The key to custom zoom image(default: 'Z').
- :image_extender_skip_prompt
If this setted 'true', skip prompt to locate and name. Changing this value
will reflect dynamically. ':downimageall' command ignore this
setting(default: 'false').
EXAMPLE
In .vimperatorrc
image_extender_yank_key='g'
image_extender_save_key='e'
image_skip_prompt='true'
In this settings, ';g' start extended-hints mode to yank image URL. ';e'
start it to save image, and prompt is not displayed at save operation.