Skip to content

Instantly share code, notes, and snippets.

@pedrobachiega
Last active January 3, 2018 19:07
Show Gist options
  • Save pedrobachiega/52d8cd37115efd2a45e0 to your computer and use it in GitHub Desktop.
Save pedrobachiega/52d8cd37115efd2a45e0 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"close_windows_when_empty": true,
"fade_fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_to_bracket": true,
"open_files_in_new_window": false,
"rulers":
[
102
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"word_wrap": true,
"wrap_width": 100
}
[
{
"keys": ["super+shift+k"],
"command": "delete_lines"
},
{
"keys": ["super+r"],
"command": "run_tests",
"args": { "single": false }
},
{
"keys": ["super+shift+r"],
"command": "run_tests",
"args": { "single": true }
},
{
"keys": ["super+shift+i"],
"command": "reindent"
},
{
"keys": ["super+v"],
"command": "paste_and_indent"
},
{
"keys": ["super+shift+v"],
"command": "paste"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment