Skip to content

Instantly share code, notes, and snippets.

@manavid
Last active August 22, 2017 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manavid/923ea44c5e006f5f65304f0366b99a6e to your computer and use it in GitHub Desktop.
Save manavid/923ea44c5e006f5f65304f0366b99a6e to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+shift+."], "command": "erb" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
]
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime - Themes/Blackboard.tmTheme",
"file_exclude_patterns":
[
"*.lo",
"*.so",
"*.la",
"*.a",
"*.o",
".DS_Store",
"*.Plo",
"*.log"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Monaco",
"font_options":
[
"gray_antialias1",
"subpixel_antialias1"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"rulers":
[
79
],
"soda_classic_tabs": true,
"soda_folder_icons": false,
"tab_size": 2,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment