Plugin for Sublime Text 2. It get message from Commit message generator and replace your current selection.
Through Package Control
Command Palette > Package Control: Install Package > Random Message
or clone this repository in
- Windows:
%APPDATA%/Roaming/Sublime Text 2/Packages/ - OSX:
~/Library/Application Support/Sublime Text 2/Packages/ - Linux:
~/.Sublime Text 2/Packages/ - Portable Installation:
Sublime Text 2/Data/
Add shortcut for this command in Preferences > Key Bindings – User:
- Windows / Linux:
{ "keys": ["ctrl+alt+/"], "command": "random_message" } - OSX:
{ "keys": ["super+ctrl+/"], "command": "random_message" }
or use Command Palette > Random Message: Insert Random Message
