Skip to content

Instantly share code, notes, and snippets.

@5a494d
Last active August 29, 2015 14:12
Show Gist options
  • Save 5a494d/22c4f2925fc14083a0f8 to your computer and use it in GitHub Desktop.
Save 5a494d/22c4f2925fc14083a0f8 to your computer and use it in GitHub Desktop.
sublime-text-3_settings
[
// show and hide sidebar-
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" },
// show or hide menu
{ "keys": ["ctrl+k"], "command": "toggle_menu" },
// show or hide snippets overlay
{ "keys": ["ctrl+alt+s"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}}
]
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"ignored_packages":
[
"Vintage"
],
"tab_size" : 2,
"translate_tabs_to_spaces" : true,
"highlight_line" : true,
"line_padding_top": 5,
"line_padding_bottom" : 5,
"theme": "Spacegray.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment