Last active
September 20, 2017 14:55
-
-
Save tannerhodges/eb68e8101adc72ae91d8 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
[ | |
// Default | |
{ "keys": ["shift+super+r"], "command": "goto_symbol_in_project" }, | |
{ "keys": ["super+k", "super+t"], "command": "title_case" }, | |
{ "keys": ["super+l", "super+s"], "command": "sort_lines", "args": { "case_sensitive": false } }, | |
{ "keys": ["super+l", "super+u"], "command": "permute_lines", "args": { "operation": "unique" } }, | |
{ "keys": ["super+l", "super+r"], "command": "permute_lines", "args": { "operation": "reverse" } }, | |
{ "keys": ["shift+alt+w"], "command": "toggle_setting", "args": { "setting": "word_wrap"} }, | |
{ "keys": ["ctrl+alt+l"], "command": "toggle_setting", "args": { "setting": "line_numbers" } }, | |
// Macros | |
// Based on https://gist.github.com/beaugunderson/8588871 | |
{ "keys": ["ctrl+2"], "command": "run_macro_file", "args": { "file": "Packages/User/Macros/Convert 4 space indentation to 2 spaces.sublime-macro" } }, | |
{ "keys": ["ctrl+4"], "command": "run_macro_file", "args": { "file": "Packages/User/Macros/Convert 2 space indentation to 4 spaces.sublime-macro" } }, | |
// Plugins | |
// [AlignTab](https://github.com/randy3k/AlignTab) | |
{ "keys": ["super+ctrl+a"], "command": "align_tab", "args": { "live_preview" : true } }, | |
// [Calculate](https://github.com/colinta/SublimeCalculate) | |
{ "keys": ["super+shift+c"], "command": "calculate", "args": { "replace": true } }, | |
// [Expand Selection to Quotes](https://github.com/kek/sublime-expand-selection-to-quotes) | |
{ "keys": ["super+shift+,"], "command": "expand_selection_to_quotes" }, | |
// [Fold Comments](https://github.com/oskarols/foldcomments) | |
{ "keys": ["super+k", "super+c"], "command": "toggle_fold_comments" }, | |
// [Origami](https://github.com/SublimeText/Origami) | |
{ "keys": ["super+k", "super+k"], "command": "resize_pane", "args": { "orientation": "cols" } }, | |
// [SublimePHPCompanion](https://github.com/erichard/SublimePHPCompanion) | |
{ "keys": ["super+u"], "command": "find_use" }, | |
{ "keys": ["shift+super+u"], "command": "expand_fqcn", "args": { "leading_separator": false } }, | |
{ "keys": ["super+e"], "command": "insert_php_constructor_property" }, | |
{ "keys": ["shift+super+e"], "command": "import_namespace" }, | |
// { "keys": ["shift+super+e"], "command": "implement" }, | |
// [Sublime PHPUnit](https://github.com/adamwathan/sublime-phpunit) | |
{ "keys": ["ctrl+t"], "command": "run_single_phpunit_test" }, | |
{ "keys": ["ctrl+option+t"], "command": "run_phpunit_test" }, | |
// { "keys": ["ctrl+option+super+t"], "command": "run_phpunit_tests_in_dir" }, | |
// { "keys": ["option+super+t"], "command": "run_all_phpunit_tests" } | |
] |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"AlignTab", | |
"All Autocomplete", | |
"Babel", | |
"Blade Snippets", | |
"BracketHighlighter", | |
"Calculate", | |
"Case Conversion", | |
"CloseOtherWindows", | |
"Color Highlighter", | |
"CSS Unminifier", | |
"DocBlockr", | |
"EditorConfig", | |
"Emmet", | |
"Emmet Css Snippets", | |
"Expand Selection to Quotes", | |
"FileDiffs", | |
"FindKeyConflicts", | |
"Fold Comments", | |
"GitGutter", | |
"Hasher", | |
"HTML Mustache", | |
"HTML-CSS-JS Prettify", | |
"iA Writer", | |
"Jasmine JS", | |
"JavaScript Completions", | |
"JSONLint", | |
"Laravel Blade Highlighter", | |
"Liquid", | |
"LiveStyle", | |
"LoremIpsum", | |
"Markdown Extended", | |
"MoveTab", | |
"nginx", | |
"Origami", | |
"Package Control", | |
"PHP Companion", | |
"Pretty JSON", | |
"ReIndent", | |
"SideBarEnhancements", | |
"StringEncode", | |
"SublimeLinter", | |
"SublimeLinter-contrib-stylelint", | |
"SublimeLinter-jshint", | |
"SublimeLinter-php", | |
"Syntax Highlighting for Sass", | |
"Text Pastry", | |
"WakaTime", | |
"Wrap Plus" | |
] | |
} |
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
{ | |
"animation_enabled": false, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.7z", | |
"*.dmg", | |
"*.gz", | |
"*.iso", | |
"*.jar", | |
"*.rar", | |
"*.sublime*", | |
"*.tar", | |
"*.zip", | |
".DS_Store", | |
".gitkeep", | |
".psd", | |
"_ide_helper.php", | |
"_tanner_misc", | |
"empty" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".idea", | |
".sass-cache", | |
".vagrant", | |
"_site", | |
"_tanner_misc", | |
"cache", | |
"node_modules" | |
], | |
"font_size": 16, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": false, | |
"line_padding_bottom": 6, | |
"line_padding_top": 6, | |
"open_files_in_new_window": false, | |
"scroll_past_end": false, | |
"show_full_path": true, | |
"tabs_visible": false, | |
"theme": "Adaptive.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment