Created
March 7, 2024 13:22
-
-
Save pegvin/6bdf1fac93386a4b764463f91862c3e2 to your computer and use it in GitHub Desktop.
Sublime Text 4 Config
This file contains 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": ["ctrl+`"], "command": "toggle_terminus_panel", "args": {"hide_active": true} }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
] |
This file contains 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", | |
"LSP", | |
"LSP-clangd", | |
"Package Control", | |
"Terminus", | |
], | |
} |
This file contains 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
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by syntax-specific settings. | |
{ | |
"font_face": "Cascadia Code SemiLight", | |
"font_size": 15, | |
"font_options": ["no_liga", "no_clig", "no_calt"], | |
"word_wrap": false, | |
"color_scheme": "ayu-dark.sublime-color-scheme", | |
"theme": "Adaptive.sublime-theme", | |
"ignored_packages": [ "Vintage" ], | |
"index_files": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment