v0.1.2
Forum Thread http://www.sublimetext.com/forum/viewtopic.php?f=5&t=4514
html:
<img src="img/image.png" />
|
^ cursor
css:
background: url(../img/image.png);
|
^ cursor
Pressing the super+i
opens the image viewer installed on your system by default.
Now works only in Linux.
{
"image_types": [".jpg", ".png", ".gif"]
}
[
{"keys": ["super+i"], "command": "image_viewer"}
]
Copyright (c) 2012 Razumenko Maksim [email protected]
MIT License, see http://opensource.org/licenses/MIT