Skip to content

Instantly share code, notes, and snippets.

@pegvin
Created March 7, 2024 13:22
Show Gist options
  • Save pegvin/6bdf1fac93386a4b764463f91862c3e2 to your computer and use it in GitHub Desktop.
Save pegvin/6bdf1fac93386a4b764463f91862c3e2 to your computer and use it in GitHub Desktop.
Sublime Text 4 Config
[
{ "keys": ["ctrl+`"], "command": "toggle_terminus_panel", "args": {"hide_active": true} },
{ "keys": ["ctrl+tab"], "command": "next_view" },
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"ayu",
"LSP",
"LSP-clangd",
"Package Control",
"Terminus",
],
}
// 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