Skip to content

Instantly share code, notes, and snippets.

@oleksiilevzhynskyi
Created July 1, 2012 18:59
Show Gist options
  • Save oleksiilevzhynskyi/3029258 to your computer and use it in GitHub Desktop.
Save oleksiilevzhynskyi/3029258 to your computer and use it in GitHub Desktop.
sublime-settings
{
"args":
{
"cycle": "previous"
},
"auto_complete": false,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"command": "alternative_autocomplete",
"context":
[
{
"key": "num_selections",
"operand": 1,
"operator": "equal"
},
{
"key": "overlay_visible",
"operand": false,
"operator": "equal"
},
{
"key": "panel_visible",
"operand": false,
"operator": "equal"
}
],
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"keys":
[
"shift+escape"
],
"save_on_focus_lost": true,
"spell_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"file_exclude_patterns": ["*.sql", "*.tags*", "tags" ,"*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db"],
"folder_exclude_patterns": ["tmp", "log" ,".svn", ".git", ".hg", "CVS"]
}
[
{ "keys": ["escape"], "command": "alternative_autocomplete", "context":
[
{ "key": "num_selections", "operator": "equal", "operand": 1 },
{ "key": "overlay_visible", "operator": "equal", "operand": false },
{ "key": "panel_visible", "operator": "equal", "operand": false }
]
},
{ "keys": ["shift+escape"], "command": "alternative_autocomplete", "args": {"cycle": "previous"}, "context":
[
{ "key": "num_selections", "operator": "equal", "operand": 1 },
{ "key": "overlay_visible", "operator": "equal", "operand": false },
{ "key": "panel_visible", "operator": "equal", "operand": false }
]
},
// erb tab (https://github.com/eddorre/SublimeERB)
{ "keys": ["ctrl+shift+."], "command": "erb" },
{ "keys": ["ctrl+shift+t"], "command": "open_recent_file", "args": {"index" : 0} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment