Skip to content

Instantly share code, notes, and snippets.

@dialex
Last active January 13, 2024 16:52
Show Gist options
  • Save dialex/06912984f5d0269351a0fb65f7d94015 to your computer and use it in GitHub Desktop.
Save dialex/06912984f5d0269351a0fb65f7d94015 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
[
{ "keys": ["super+t"], "command": "new_file" },
]
[
{ "keys": ["ctrl+t"], "command": "new_file" },
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"ayu",
"Package Control",
"Sync Settings",
],
}
{
"font_size": 11,
"hot_exit": false,
"show_minimap": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"ignored_packages":
[
"Vintage",
],
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"theme": "ayu-mirage.sublime-theme",
"themed_title_bar": true,
"enable_tab_scrolling": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment