Created
September 6, 2019 15:18
-
-
Save PeterDKC/c65d32d714d05e8ac2699b365356867b to your computer and use it in GitHub Desktop.
My 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
# Keybindings | |
[ | |
{ "keys": ["u+s+e+\t"], "command": "import_namespace"}, | |
{ "keys": ["super+shift+enter"], "command": "expand_fqcn"}, | |
{ "keys": ["alt+`"], "command": "toggle_side_bar" }, | |
{ "keys": ["shift+enter"], "command": "goto_definition_scope" }, | |
{ "keys": ["ctrl+shift+enter"], "command": "find_use" } | |
] | |
# Installed Packages | |
"installed_packages": | |
[ | |
"Alphpetize", | |
"Blade Snippets", | |
"Darkula Color Scheme", | |
"DocBlockr", | |
"Dracula Color Scheme", | |
"Git blame", | |
"Highlighter", | |
"Laravel 5 Artisan", | |
"Laravel 5 Snippets", | |
"Laravel Blade Highlighter", | |
"Laravel Blade Spacer", | |
"MarkdownLivePreview", | |
"MarkdownTOC", | |
"Package Control", | |
"PHP Companion", | |
"Sass", | |
"Theme - Afterglow", | |
"Theme - Darkmatter", | |
"Vue Syntax Highlight", | |
"VueFormatter" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment