Skip to content

Instantly share code, notes, and snippets.

@staydecent
Last active November 4, 2022 01:25
Show Gist options
  • Save staydecent/3438058 to your computer and use it in GitHub Desktop.
Save staydecent/3438058 to your computer and use it in GitHub Desktop.
Sublime Prefs
{
"disable_tab_abbreviations_for_scopes": "string"
}
{
"bootstrapped": true,
"installed_packages":
[
"All Autocomplete",
"Anaconda",
"Base16 Color Schemes",
"BetterFindBuffer",
"Color Highlighter",
"Jinja2",
"Liquid",
"NeoVintageous",
"Package Control",
"SCSS",
"Statusbar Path",
],
"in_process_packages":
[
],
}
{
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html",
},
{
"characters": ".",
"selector": "source.js",
}
],
"draw_minimap_border": false,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".serverless",
".idea",
"CVS",
"vendor",
"public",
"dist",
"env",
"docs",
"node_modules",
"__pycache__",
"staticfiles",
"media"
],
"font_face": "Fira Code",
"font_size": 11.0,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
119
],
"save_on_focus_lost": false,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"ignored_packages":
[
"Six",
"Vintage",
"Vintageous",
],
"neovintageous_build_version": 12700,
"color_scheme": "Packages/Base16 Color Schemes/Themes/base16-gruvbox-light-medium.tmTheme",
"theme": "Adaptive.sublime-theme",
}
[
{ "keys": ["super+o"], "command": "goto_symbol_in_project" },
{ "keys": ["super+shift+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+p"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["super+minus"], "command": "fold" },
{ "keys": ["super+equals"], "command": "unfold" },
{ "keys": ["super+shift+d"], "command": "goto_definition" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment