Skip to content

Instantly share code, notes, and snippets.

@alisonspencer
Created December 3, 2018 01:06
Show Gist options
  • Save alisonspencer/d8971e8b0cf06de087cff55ebc9f9d85 to your computer and use it in GitHub Desktop.
Save alisonspencer/d8971e8b0cf06de087cff55ebc9f9d85 to your computer and use it in GitHub Desktop.
my sublime text 3 preferences and packages
------------
Keybindings:
[
{ "keys": ["super+\\"], "command": "toggle_side_bar" },
{ "keys": ["super+shift+k"], "command": "toggle_minimap"},
{ "keys": ["super+shift+j"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["super+forward_slash"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["super+shift+forward_slash"], "command": "toggle_comment", "args": { "block": true } },
// { "keys": ["super+alt+forward_slash"], "command": "toggle_comment", "args": { "block": true } }
]
------------
installed_packages:
"Auto Close HTML Tags",
"AutoDocstring",
"BracketHighlighter",
"Color Highlighter",
"ColorSchemeEditor",
"Colorsublime",
"DocBlockr_Python",
"File History",
"Fold Python",
"Fold Python Docstrings",
"GitGutter",
"Golang Build",
"Google Spell Check",
"GoSublime",
"HTML Extended",
"Jedi - Python autocompletion",
"Julia",
"LaTeXBox",
"LaTeXing",
"LaTeXTools",
"Markdown Extended",
"MarkdownHighlighting",
"MarkdownPreview",
"Monokai Extended",
"Monokai Gray",
"Origami",
"Package Control",
"PackageResourceViewer",
"Python 3",
"R-Box",
"R-snippets",
"Restructured Text (RST) Snippets",
"rsub",
"SideBarTools",
"SublimeLinter",
"SublimeLinter-annotations",
"SublimeLinter-flake8",
"SublimeREPL",
"Sublimerge 3",
"Theme - Seti Monokai"
---------------
User Preferences
{
"always_show_minimap_viewport": true,
"auto_indent": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai Extended (SL).tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_face": "Menlo",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Enhanced Clojure",
"Python Completions",
"SublimeLinter-pylint",
"VIM Navigation"
],
"indent_to_bracket": true,
"match_brackets": false,
"match_brackets_angle": false,
"match_brackets_braces": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_tags": false,
"mdpopups.sublime_user_lang_map": null,
"mdpopups.use_sublime_highlighter": null,
"open_files_in_new_window": false,
"rulers":
[
80
],
"smart_indent": true,
"theme": "Seti Monokai.sublime-theme"
}
-----------------
Origami settings:
[
{ "keys": ["super+\\"], "command": "toggle_side_bar" },
{ "keys": ["super+shift+k"], "command": "toggle_minimap"},
{ "keys": ["super+shift+j"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["super+forward_slash"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["super+shift+forward_slash"], "command": "toggle_comment", "args": { "block": true } },
// { "keys": ["super+alt+forward_slash"], "command": "toggle_comment", "args": { "block": true } }
]
-------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment