Skip to content

Instantly share code, notes, and snippets.

@o3bvv
Last active December 17, 2016 18:12
Show Gist options
  • Save o3bvv/8206412 to your computer and use it in GitHub Desktop.
Save o3bvv/8206412 to your computer and use it in GitHub Desktop.
Sublime settings
[
{
"class": "icon_file_type",
"content_margin": [0, 0]
},
{
"class": "icon_folder",
"content_margin": [0, 0]
},
{
"class": "icon_folder_loading",
"content_margin": [0 ,0]
}
]
[
{ "keys": ["alt+c", "alt+up"], "command": "upper_case" },
{ "keys": ["alt+c", "alt+down"], "command": "lower_case" },
{ "keys": ["alt+c", "alt+t"], "command": "title_case" },
{ "keys": ["alt+c", "alt+s"], "command": "convert_to_snake"},
{ "keys": ["alt+c", "alt+m"], "command": "convert_to_camel"},
{ "keys": ["alt+c", "alt+p"], "command": "convert_to_pascal"},
{ "keys": ["alt+c", "alt+."], "command": "convert_to_dot"},
{ "keys": ["alt+c", "alt+-"], "command": "convert_to_dash"},
{ "keys": ["alt+c", "alt+w"], "command": "convert_to_separate_words"},
{ "keys": ["alt+c", "alt+/"], "command": "convert_to_slash"},
{ "keys": ["alt+'"], "command": "change_quotes"},
{ "keys": [""], "command": "insert_file_path" },
{ "keys": [""], "command": "insert_file_name" },
{ "keys": [""], "command": "insert_file_directory" },
{ "keys": [""], "command": "insert_relative_path" },
{ "keys": [""], "command": "insert_relative_directory" },
{ "keys": ["ctrl+shift+v"], "command": "paste_and_indent" }
]
{
"in_process_packages":
[
],
"installed_packages":
[
"Alignment",
"Anaconda",
"Autoprefixer",
"Behat",
"BracketHighlighter",
"Case Conversion",
"ChangeQuotes",
"Clickable URLs",
"Color Highlighter",
"Compare Side-By-Side",
"CSS Extended Completions",
"Dockerfile Syntax Highlighting",
"Find++",
"Git",
"HexViewer",
"INI",
"Jinja2",
"Julia",
"Markdown Preview",
"Mercurial for Sublime",
"Modific",
"More Layouts",
"nginx",
"OmniMarkupPreviewer",
"Package Control",
"Package Syncing",
"Path Tools",
"requirementstxt",
"RestructuredText Improved",
"Rust",
"TabsExtra",
"Terminal",
"WakaTime"
]
}
{
"anaconda_linter_mark_style": "none",
"bold_folder_labels": false,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"copy_with_empty_selection": false,
"display_signatures": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn", ".git", ".hg", "CVS", "*.egg-info", "__pycache__", ".tox",
],
"file_exclude_patterns":
[
"*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib",
"*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb",
".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace",
"*.sublime-project", ".coverage", ".noseids", ".git",
],
"font_size": 10,
"font_options":
[
"subpixel_antialias",
"gray_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeLinter",
"RestructuredText",
"Vintage",
"SublimeLinter-pep8"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"pep8_max_line_length": 79,
"rulers":
[
79,
99
],
"scroll_speed": 1.0,
"shift_tab_unindent": true,
"show_minimap": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment