Skip to content

Instantly share code, notes, and snippets.

@oguzhaneren
Last active November 6, 2015 15:14
Show Gist options
  • Save oguzhaneren/c1699451ccb5d159121d to your computer and use it in GitHub Desktop.
Save oguzhaneren/c1699451ccb5d159121d to your computer and use it in GitHub Desktop.
My Sublime Settings - Plugins
[
{ "keys": ["ctrl+k","ctrl+d"], "command": "reindent" , "args": { "single_line": false } },
{ "keys": ["ctrl+alt+e"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
{ "keys": ["ctrl+k","ctrl+c"], "command": "toggle_comment" , "args": { "block": false } },
{ "keys": ["ctrl+k","ctrl+u"], "command": "toggle_comment" , "args": { "block": false } },
{
"keys": ["f10"],
"command": "open_project_folder"
},
{
"keys": ["ctrl+f10"],
"command": "open_file_folder"
}
]
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment