Revert Font Size package for Sublime Text 
Helper plugin to quickly revert user's font size value. Can be executed via keyboard shortcut Ctrl+0 (or Super+0 for OS X).
Notes:
-
Sublime Text 2
- To start using this package, configure it by adding the
revert_font_sizekey to your user preferences (Preferences >> Settings - User) or by invoking theSet the Value for Revert Font Sizecommand.
- To start using this package, configure it by adding the
-
Sublime Text 3
- No additional work needed, the
revert_font_sizesetting will be created automatically on initial load.
- No additional work needed, the
Settings
"revert_font_size": {font size}
Example ../User/Preferences.sublime-settings file:
{
"font_face": "Source Code Pro",
"font_size": 14.0,
"revert_font_size": 12.0
}Keyboard Shortcuts
| Command | Windows | OS X | Linux |
|---|---|---|---|
| Revert Font Size | Ctrl+0 | Super+0 | Ctrl+0 |
| Set the Value for Revert Font Size | Ctrl+Shift+0 | Super+Shift+0 | Ctrl+Shift+0 |
