Last active
February 8, 2018 21:21
-
-
Save mortymacs/acf8983ddea086224d59867f2f675a2c to your computer and use it in GitHub Desktop.
My sublimetext 3 config
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
[ | |
{"keys": ["alt+d"], "command": "sublime_jedi_goto"}, | |
{"keys": ["alt+f"], "command": "jump_back"}, | |
{"keys": ["alt+b"], "command": "blame"}, | |
// {"keys": ["alt+d"], "command": "goto_definition"} | |
] |
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, | |
"http_proxy": "http://127.0.0.1:8118", | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Agila Theme", | |
"CMake", | |
"Color Scheme - Rainbow", | |
"Color Scheme - Thunderstorm", | |
"Dockerfile Syntax Highlighting", | |
"Git", | |
"Git blame", | |
"GitGutter", | |
"GTKDarkThemeVariantSetter", | |
"INI", | |
"iOpener", | |
"Jedi - Python autocompletion", | |
"Package Control", | |
"QuickGotoAnything", | |
"SqlBeautifier", | |
"SublimeLinter", | |
"SublimeLinter-flake8", | |
"SublimeLinter-pylint", | |
"SublimeLinter-shellcheck", | |
"Theme - One Dark", | |
"Theme - Soda", | |
"Theme - Soda SolarizedDark", | |
"Theme - Vim Blackboard", | |
"Visual Studio Dark" | |
] | |
} |
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
{ | |
"added_words": | |
[ | |
"config", | |
"python3", | |
"env" | |
], | |
"color_scheme": "Packages/User/SublimeLinter/Agila Origin Oceanic Next (SL).tmTheme", | |
"create_window_at_startup": false, | |
"drag_text": false, | |
"enable_tab_scrolling": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"venv", | |
"__pycache__" | |
], | |
"font_face": "Monaco", | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"GTKDarkThemeVariantSetter", | |
"SublimeLinter", | |
"SublimeLinter-flake8", | |
"SublimeLinter-pylint", | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"rulers": | |
[ | |
80 | |
], | |
"show_full_path": false, | |
"show_tab_close_buttons": false, | |
"theme": "Adaptive.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"use_tab_stops": false, | |
"word_wrap": false | |
} |
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
{ | |
"auto_complete_function_params": "", | |
"python_interpreter": "$project_path/venv/bin/python" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment