Last active
January 13, 2024 16:52
-
-
Save dialex/06912984f5d0269351a0fb65f7d94015 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "keys": ["super+t"], "command": "new_file" }, | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["ctrl+t"], "command": "new_file" }, | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"ayu", | |
"Package Control", | |
"Sync Settings", | |
], | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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