Skip to content

Instantly share code, notes, and snippets.

@kovalevsky
Last active December 30, 2015 21:39
Show Gist options
  • Save kovalevsky/7888592 to your computer and use it in GitHub Desktop.
Save kovalevsky/7888592 to your computer and use it in GitHub Desktop.
My Sublime Text 2 configuration files
[
{ "keys": ["super+ctrl+r"], "command": "reveal_in_side_bar" },
{
"command": "navigate_to_definition",
"keys": [
"super+alt+]"
]
},
{
"command": "jump_back",
"keys": [
"super+alt+["
]
},
{ "keys": ["ctrl+shift+g"], "command": "git_status" },
{ "keys": ["ctrl+shift+l"], "command": "git_log" },
{ "keys": ["ctrl+shift+b"], "command": "git_blame" },
{ "keys": ["ctrl+shift+п"], "command": "git_status" },
{ "keys": ["ctrl+shift+д"], "command": "git_log" },
{ "keys": ["ctrl+shift+и"], "command": "git_blame" },
{ "keys": ["ctrl+k", "ctrl+d"], "command": "code_formatter" }
]
{
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme",
"find_selected_text": true,
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"indent_to_bracket": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment