Commit e7e369c08e918b30a2ba19152c5c1d0af2e2d4e0

Authored by Ian Foster
1 parent 1af50114eb
Exists in master

Finished inial Sublime configuration

Showing 5 changed files with 30 additions and 5 deletions Inline Diff

sublime-text-3/User/.gitignore View file @ e7e369c
* 1 1 *
*.sublime-settingsb 2 2 !*.sublime-settings
3 !*.sublime-keymap
!.gitignore 3 4 !.gitignore
4 5
sublime-text-3/User/Default (Linux).sublime-keymap View file @ e7e369c
File was created 1 [
2 { "keys": ["ctrl+shift+d"], "command": "toggle_side_bar" },
3
4 { "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
5 { "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
6
7 { "keys": ["ctrl+tab"], "command": "next_view" },
sublime-text-3/User/Package Control.sublime-settings View file @ e7e369c
{ 1 1 {
"installed_packages": 2 2 "installed_packages":
[ 3 3 [
"Git", 4 4 "Git",
5 "GitGutter",
"SideBarEnhancements", 5 6 "SideBarEnhancements",
7 "SublimeCodeIntel",
"SublimeHideTabs", 6 8 "SublimeHideTabs",
"Theme - Soda" 7 9 "Theme - Soda",
10 "VintageousOrigami"
], 8 11 ],
"repositories": 9 12 "repositories":
[ 10 13 [
"https://github.com/croach/SublimeHideTabs" 11 14 "https://github.com/croach/SublimeHideTabs"
] 12 15 ]
} 13 16 }
14 17
sublime-text-3/User/Preferences.sublime-settings View file @ e7e369c
{ 1 1 {
"always_prompt_for_file_reload": false, 2 2 "always_prompt_for_file_reload": false,
"always_show_minimap_viewport": true, 3 3 "always_show_minimap_viewport": true,
"animation_enabled": true, 4 4 "animation_enabled": true,
"atomic_save": true, 5 5 "atomic_save": true,
"auto_close_tags": true, 6 6 "auto_close_tags": true,
"auto_complete": true, 7 7 "auto_complete": true,
"auto_complete_commit_on_tab": true, 8 8 "auto_complete_commit_on_tab": true,
"auto_complete_delay": 50, 9 9 "auto_complete_delay": 50,
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", 10 10 "auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_complete_size_limit": 4194304, 11 11 "auto_complete_size_limit": 4194304,
"auto_complete_triggers": 12 12 "auto_complete_triggers":
[ 13 13 [
{ 14 14 {
"characters": "<", 15 15 "characters": "<",
"selector": "text.html" 16 16 "selector": "text.html"
} 17 17 }
], 18 18 ],
"auto_complete_with_fields": false, 19 19 "auto_complete_with_fields": false,
"auto_find_in_selection": false, 20 20 "auto_find_in_selection": false,
"auto_indent": true, 21 21 "auto_indent": true,
"auto_match_enabled": true, 22 22 "auto_match_enabled": true,
"binary_file_patterns": 23 23 "binary_file_patterns":
[ 24 24 [
"*.jpg", 25 25 "*.jpg",
"*.jpeg", 26 26 "*.jpeg",
"*.png", 27 27 "*.png",
"*.gif", 28 28 "*.gif",
"*.ttf", 29 29 "*.ttf",
"*.tga", 30 30 "*.tga",
"*.dds", 31 31 "*.dds",
"*.ico", 32 32 "*.ico",
"*.eot", 33 33 "*.eot",
"*.pdf", 34 34 "*.pdf",
"*.swf", 35 35 "*.swf",
"*.jar", 36 36 "*.jar",
"*.zip" 37 37 "*.zip"
], 38 38 ],
"bold_folder_labels": true, 39 39 "bold_folder_labels": true,
"caret_style": "smooth", 40 40 "caret_style": "smooth",
"close_windows_when_empty": true, 41 41 "close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", 42 42 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"copy_with_empty_selection": true, 43 43 "copy_with_empty_selection": true,
"create_window_at_startup": true, 44 44 "create_window_at_startup": true,
"default_encoding": "UTF-8", 45 45 "default_encoding": "UTF-8",
"default_line_ending": "unix", 46 46 "default_line_ending": "unix",
"detect_indentation": true, 47 47 "detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic", 48 48 "dictionary": "Packages/Language - English/en_US.dic",
"drag_text": true, 49 49 "drag_text": true,
"draw_centered": false, 50 50 "draw_centered": false,
"draw_indent_guides": true, 51 51 "draw_indent_guides": true,
"draw_minimap_border": false, 52 52 "draw_minimap_border": false,
"draw_white_space": "selection", 53 53 "draw_white_space": "selection",
"enable_hexadecimal_encoding": true, 54 54 "enable_hexadecimal_encoding": true,
"enable_telemetry": "auto", 55 55 "enable_telemetry": "auto",
"ensure_newline_at_eof_on_save": false, 56 56 "ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": true, 57 57 "fade_fold_buttons": true,
"fallback_encoding": "Western (Windows 1252)", 58 58 "fallback_encoding": "Western (Windows 1252)",
"file_exclude_patterns": 59 59 "file_exclude_patterns":
[ 60 60 [
"*.pyc", 61 61 "*.pyc",
"*.pyo", 62 62 "*.pyo",
"*.exe", 63 63 "*.exe",
"*.dll", 64 64 "*.dll",
"*.obj", 65 65 "*.obj",
"*.o", 66 66 "*.o",
"*.a", 67 67 "*.a",
"*.lib", 68 68 "*.lib",
"*.so", 69 69 "*.so",
"*.dylib", 70 70 "*.dylib",
"*.ncb", 71 71 "*.ncb",
"*.sdf", 72 72 "*.sdf",
"*.suo", 73 73 "*.suo",
"*.pdb", 74 74 "*.pdb",
"*.idb", 75 75 "*.idb",
".DS_Store", 76 76 ".DS_Store",
"*.class", 77 77 "*.class",
"*.psd", 78 78 "*.psd",
"*.db", 79 79 "*.db",
"*.sublime-workspace" 80 80 "*.sublime-workspace"
], 81 81 ],
"find_selected_text": true, 82 82 "find_selected_text": true,
"fold_buttons": false, 83 83 "fold_buttons": false,
"folder_exclude_patterns": 84 84 "folder_exclude_patterns":
[ 85 85 [
".svn", 86 86 ".svn",
".git", 87 87 ".git",
".hg", 88 88 ".hg",
"CVS" 89 89 "CVS"
], 90 90 ],
"font_options": 91 91 "font_options":
[ 92 92 [
], 93 93 ],
"font_size": 10, 94 94 "font_size": 10,
"gpu_window_buffer": "auto", 95 95 "gpu_window_buffer": "auto",
"gutter": true, 96 96 "gutter": true,
"highlight_line": true, 97 97 "highlight_line": true,
"highlight_modified_tabs": true, 98 98 "highlight_modified_tabs": true,
"hot_exit": false, 99 99 "hot_exit": false,
"ignored_packages": 100 100 "ignored_packages":
[ 101 101 [
], 102 102 ],
"indent_guide_options": 103 103 "indent_guide_options":
[ 104 104 [
"draw_normal" 105 105 "draw_normal"
], 106 106 ],
"indent_subsequent_lines": true, 107 107 "indent_subsequent_lines": true,
"indent_to_bracket": false, 108 108 "indent_to_bracket": false,
"index_files": true, 109 109 "index_files": true,
"line_numbers": true, 110 110 "line_numbers": true,
"line_padding_bottom": 0, 111 111 "line_padding_bottom": 0,
"line_padding_top": 0, 112 112 "line_padding_top": 0,
"margin": 0, 113 113 "margin": 0,
"match_brackets": true, 114 114 "match_brackets": true,
"match_brackets_angle": false, 115 115 "match_brackets_angle": false,
"match_brackets_braces": true, 116 116 "match_brackets_braces": true,
"match_brackets_content": true, 117 117 "match_brackets_content": true,
"match_brackets_square": true, 118 118 "match_brackets_square": true,
"match_selection": true, 119 119 "match_selection": true,
"match_tags": true, 120 120 "match_tags": true,
"move_to_limit_on_up_down": false, 121 121 "move_to_limit_on_up_down": false,
"open_files_in_new_window": true, 122 122 "open_files_in_new_window": true,
"overlay_scroll_bars": "system", 123 123 "overlay_scroll_bars": "system",
"preview_on_click": true, 124 124 "preview_on_click": true, //This annoyes me, but I should keep it as is
"remember_open_files": false, 125 125 "remember_open_files": false,
"rulers": 126 126 "rulers":
[ 127 127 [
80 128 128 80
], 129 129 ],
"save_on_focus_lost": false, 130 130 "save_on_focus_lost": false,
"scroll_past_end": false, 131 131 "scroll_past_end": false,
"scroll_speed": 1.0, 132 132 "scroll_speed": 1.0,
"shift_tab_unindent": false, 133 133 "shift_tab_unindent": false,
"show_full_path": true, 134 134 "show_full_path": true,
"show_panel_on_build": true, 135 135 "show_panel_on_build": true,
"show_tab_close_buttons": true, 136 136 "show_tab_close_buttons": true,
"smart_indent": true, 137 137 "smart_indent": true,
"soda_folder_icons": false, 138 138 "soda_folder_icons": false,
"spell_check": false, 139 139 "spell_check": false,
"tab_completion": true, 140 140 "tab_completion": true,
"tab_size": 4, 141 141 "tab_size": 4,
"theme": "Soda Dark 3.sublime-theme", 142 142 "theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true, 143 143 "translate_tabs_to_spaces": true,
"tree_animation_enabled": true, 144 144 "tree_animation_enabled": true,
"trim_automatic_white_space": true, 145 145 "trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": false, 146 146 "trim_trailing_white_space_on_save": false,
"use_simple_full_screen": false, 147 147 "use_simple_full_screen": false,
"use_tab_stops": true, 148 148 "use_tab_stops": true,
"word_wrap": "auto", 149 149 "word_wrap": false,
"wrap_width": 0 150 150 "wrap_width": 0
} 151 151 }
152 152
sublime-text-3/User/Side Bar.sublime-settings View file @ e7e369c
{ 1 1 {
"version": "2012.06.06.1611.2" 2 2 "version": "2012.06.06.1611.2",
3
4 "disabled_menuitem_open_run": true,
5 "disabled_menuitem_open_in_browser": true,
6 "disabled_menuitem_open_in_new_window": false,
7 "disabled_menuitem_find_in_project": false,
8 "disabled_menuitem_copy_name": false,
9 "disabled_menuitem_copy_path": false,
10 "disabled_menuitem_copy_dir_path": true,
11 "disabled_menuitem_paste_in_parent": false,
12 "disabled_menuitem_empty": true,
13
14 "expand_sidebar_on_startup": true,
} 3 15 }
4 16