Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

10/23/14

Sublime Text 3 Guide: Tips, Tricks, and Shortcuts
{
    "color_scheme": "Packages/Theme - amCoder/Monokai Low-Profile Gray.tmTheme",
    "font_size": 12,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 4,
    "line_padding_top": 4,
    "theme": "amCoder Gray.sublime-theme",
    "translate_spaces_to_tabs": true,
    "word_wrap": false
}
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }