Skip to content

Instantly share code, notes, and snippets.

@emrahoruc
Last active May 13, 2017 07:45
Show Gist options
  • Save emrahoruc/c827c64a5bbc27803ff27a65e9fa394b to your computer and use it in GitHub Desktop.
Save emrahoruc/c827c64a5bbc27803ff27a65e9fa394b to your computer and use it in GitHub Desktop.
My Sublime Text (Settings and Key map)
// Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"material_theme_accent_orange": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"theme": "Default.sublime-theme",
"word_wrap": "false"
}
// Key Map
[
{ "keys": ["ctrl+shift+e"], "command": "slurp_find_string" },
{ "keys": ["ctrl+e"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+1"], "command": "reindent" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment