Last active
August 29, 2015 14:17
-
-
Save GiladShoham/dc0ebf6566a282b2792f to your computer and use it in GitHub Desktop.
sublime-settings
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+m"], | |
| "command": "markdown_preview", | |
| "args": | |
| { | |
| "target": "browser", | |
| "parser":"markdown" | |
| } | |
| }, | |
| { "keys": ["f12"], "command": "reindent"}, | |
| { "keys": ["ctrl+shift+s"], "command": "save_all" }, | |
| { | |
| "keys": ["ctrl+alt+j"], | |
| "command": "show_panel", | |
| "args": { | |
| "panel": "output.exec", | |
| "toggle": true | |
| } | |
| }, | |
| { "keys": ["ctrl+alt+c"], "command": "exec", "args": {"kill": true} }, | |
| { "keys": ["ctrl+alt+y"], "command": "cucumber_step_finder" }, | |
| { "keys": ["ctrl+alt+m"], "command": "match_step" } | |
| ] |
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
| { | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "Alignment", | |
| "All Autocomplete", | |
| "AngularJS", | |
| "AngularJS Snippets", | |
| "AngularZen", | |
| "ApplySyntax", | |
| "AutoItScript", | |
| "BetterFindBuffer", | |
| "BracketGuard", | |
| "BracketHighlighter", | |
| "Can I Use", | |
| "Chai Completions", | |
| "CodeFormatter", | |
| "Color Highlighter", | |
| "ColorPicker", | |
| "Cucumber", | |
| "Cucumber Step Finder", | |
| "DocBlockr", | |
| "EasyMotion", | |
| "Emmet", | |
| "ExportHtml", | |
| "FileDiffs", | |
| "Gherkin (Cucumber) Formatter", | |
| "Gist", | |
| "Git", | |
| "GitGutter", | |
| "HTML-CSS-JS Prettify", | |
| "Http Requester", | |
| "JavaScript & NodeJS Snippets", | |
| "LESS", | |
| "Markdown Preview", | |
| "Mercurial", | |
| "Mercurial for Sublime", | |
| "Node Completions", | |
| "Nodejs", | |
| "Package Control", | |
| "PlainTasks", | |
| "PowerShell", | |
| "Restart", | |
| "Seti_UI", | |
| "Seti_UX", | |
| "SFTP", | |
| "SideBarEnhancements", | |
| "StringEncode", | |
| "SublimeLinter", | |
| "Sublimerge Pro", | |
| "SyncedSideBar", | |
| "Theme - Soda", | |
| "Theme - Soda SolarizedDark", | |
| "Theme - Sodarized", | |
| "Tomorrow Color Schemes", | |
| "TrailingSpaces", | |
| "Underscore.js Snippets", | |
| "Underscorejs snippets", | |
| "WakaTime", | |
| "Zeal" | |
| ] | |
| } |
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
| { | |
| "theme": "Seti.sublime-theme", | |
| "color_scheme": "Packages/Seti_UX/Seti.tmTheme", | |
| "overlay_scroll_bars": "enabled", | |
| "auto_complete": true, | |
| "bold_folder_labels": true, | |
| "caret_style": "solid", | |
| "close_windows_when_empty": false, | |
| "draw_white_space": "selection", | |
| "ensure_newline_at_eof_on_save": false, | |
| "find_selected_text": true, | |
| "fold_buttons": true, | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS", | |
| "_build", | |
| "dist", | |
| "build", | |
| "site" | |
| ], | |
| "font_face": "Ubuntu Mono", | |
| "font_options": | |
| [ | |
| "subpixel_antialias", | |
| "no_bold" | |
| ], | |
| "font_size": 13.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "PlainTasks", | |
| "AngularJS Snippets", | |
| "Markdown Preview", | |
| "Vintage", | |
| "Nodejs", | |
| "ColorPicker", | |
| "Emmet", | |
| "Gist", | |
| "RegReplace", | |
| "Http Requester" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 0, | |
| "line_padding_top": 0, | |
| "reveal-on-activate": false, | |
| "rulers": | |
| [ | |
| 72, | |
| 79 | |
| ], | |
| "scroll_past_end": false, | |
| "show_full_path": true, | |
| "show_minimap": false, | |
| "spell_check": true, | |
| "tab_size": 4, | |
| "translate_tabs_to_spaces": false, | |
| "trim_trailing_white_space_on_save": false, | |
| "wide_caret": true, | |
| "word_wrap": true, | |
| "wrap_width": 80 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment