Sublime Text 3

Notes on Sublime Text 3 editor.

Created: by Pradeep Gowda Updated: Oct 23, 2022 Tagged: editor

Notes on Sublime Text 3 editor.

My current user config:

{
    "ignored_packages":
    [
        "Vintage",
    ],
    "rulers": [80, 100, 120],
    "line_padding_top": 2,
    "line_padding_bottom": 2,
    "theme": "Adaptive.sublime-theme",
    "font_face": "Fira Code",
    "font_size": 16,
    "binary_file_patterns": ["output/*", "website/*"],
    "color_scheme": "Packages/Ublime Color Schemes/Anatomy of Grey Light.tmTheme",
}

My Sublime Text configs: https://github.com/btbytes/st3_user_config (private repo)