How do I add the HexViewer to Sublime Text2? I am here (https://github.com/facelessuser/HexViewer) and the instructions say "Download is available in Package Control or you can download or clone directly and drop into your Sublime Text 2 packages directory (plugin folder must be named HexViewer)" Where/what is Package Control?
And if/when I have installed it successfully, what is the toggle key?
Thanks.
Package Control can be found here.
Take a look at Default (<Your OS>).sublime-keymap
on the github page for the keymaps.
Follow this instruction
1st step: Ensure Package Control is installed.
2nd step: In Sublime Text, press ctrl + shift + p (Win, Linux) or cmd + shift + p (OSX) to bring up the quick panel and start typing Package Control: Install Package.
3rd step: Select the command and it will show a list of installable plugins.
Start typing HexViewer; when you see it, select it.
4th step: Restart to be sure everything is loaded proper.
5th step: Enjoy!