Last active
August 29, 2015 14:12
-
-
Save 5a494d/22c4f2925fc14083a0f8 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
[ | |
// 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: "}} | |
] |
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
{ | |
"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