Skip to content

Instantly share code, notes, and snippets.

@jqr
Last active December 15, 2015 00:09
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 jqr/5170655 to your computer and use it in GitHub Desktop.
Save jqr/5170655 to your computer and use it in GitHub Desktop.
{
"git_binary": "/usr/local/bin/git"
}
[
{ "keys": ["super+'"], "command": "toggle_quotes" },
{ "keys": ["super+shift+r"], "command": "reveal_in_side_bar" },
{ "keys": ["super+k", "super+m"], "command": "toggle_minimap" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
{
"installed_packages":
[
"Alignment",
"CoffeeScript",
"Cucumber",
"Cucumber Completion",
"Cucumber Step Finder",
"Gherkin (Cucumber) Formatter",
"GitGutter",
"GitHubinator",
"Haml",
"LESS",
"Package Control",
"SCSS",
"Theme - Aqua",
"Theme - Phoenix",
"ToggleQuotes"
]
}
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Aqua.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
"log",
"tmp",
"coverage",
"repos"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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