Last active
August 26, 2016 13:50
-
-
Save Lh4cKg/6dabe62492fb2e116be9 to your computer and use it in GitHub Desktop.
Sublime Text 3 Configuration
This file contains 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
[ { | |
"keys": ["ctrl+alt+t"], | |
"command": "open_terminal", | |
"args": { | |
"parameters": ["-T", "Custom Window Title"] | |
} | |
}, | |
// Refresh folder list with F5 | |
{ "keys": ["f5"], "command": "refresh_folder_list" }, | |
// goto defination shortcat | |
{ "keys": ["alt+g"], "command": "goto_definition"}, | |
// { | |
// "button": "button1", | |
// "count": 1, | |
// "modifiers": ["ctrl"], | |
// "press_command": "drag_select", | |
// "command": "goto_definition" | |
// }, | |
// refresh tab file | |
{ "keys": ["alt+f5"], "command": "revert"} | |
] |
This file contains 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
{ | |
"node_path": { | |
"linux": "/usr/bin/node", | |
}, | |
"format_on_save": false, | |
"format_selection_only": true, | |
"print_diagnostics": true | |
} |
This file contains 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
{ | |
"aggressive": 0, | |
"always_show_minimap_viewport": true, | |
"anaconda_linting": false, | |
"anaconda_linting_behaviour": "always", | |
"use_pylint": true, | |
"validate_imports": true, | |
"autoformat_on_save": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"complete_all_parameters": true, | |
"complete_parameters": true, | |
"font_face": "Source Code pro", | |
"font_size": 11, | |
//"font_face": "Source code pro-10", | |
//"font_size": 12, | |
"ignore": | |
[ | |
], | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"list-fixes": false, | |
"max-line-length": 79, | |
"overlay_scroll_bars": "enabled", | |
"select": | |
[ | |
], | |
"settings": | |
{ | |
"python_interpreter": "/home/lh4ckg/dev/projects/env_vmixdotge/bin/python", | |
"python_interpreter": "/home/lh4ckg/dev/projects/env_shopsondotge/bin/python", | |
"python_interpreter": "/home/lh4ckg/dev/projects/env_bukinistebi/bin/python", | |
"python_interpreter": "/home/lh4ckg/dev/projects/env_accounts/bin/python" | |
}, | |
"translate_tabs_to_spaces": true, | |
"detect_indentation": false, | |
"tab_size": 4, | |
"terminal": "qterminal", | |
"theme": "Material-Theme.sublime-theme", | |
"update_check": false, | |
} |
This file contains 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
Sublime Text 3 Plugins | |
Packages: | |
* Package Control | |
* Anaconda | |
* Djaneiro | |
* Compare Side-By-Side | |
* HTMLPrettify | |
* Emmet | |
Color Themes: | |
* Material Theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment