Skip to content

Instantly share code, notes, and snippets.

@seifsallam
Last active December 18, 2015 12:49
Show Gist options
  • Save seifsallam/5785428 to your computer and use it in GitHub Desktop.
Save seifsallam/5785428 to your computer and use it in GitHub Desktop.
SublimeText 2 Configuration
[
{
"keys": ["ctrl+shift+t"],
"command": "delete_trailing_spaces"
},
{
"keys": ["ctrl+shift+d"],
"command": "toggle_trailing_spaces"
},
{
"keys": ["ctrl+tab"],
"command": "next_view"
},
{
"keys": ["ctrl+shift+tab"],
"command": "prev_view"
},
{
"keys": ["super+alt+left"],
"command": "set_layout",
"args": {
"cols": [0.0, 0.33, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["super+alt+right"],
"command": "set_layout",
"args": {
"cols": [0.0, 0.66, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
}
]
{
"alignment_chars":
[
"=",
":"
],
"auto_complete": true,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.sublime-workspace",
".gitkeep",
".gitignore",
".powenv",
".project",
".rspec",
".ruby-version",
".swp",
".swo",
".watchr",
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
"*.esproj",
"data",
".zeus.sock",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"bin",
"script",
"db"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"new_window_settings":
{
"show_minimap": false
},
"reveal-on-activate": false,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment