Skip to content

Instantly share code, notes, and snippets.

@kunalvarma05
Created August 16, 2015 14:25
Show Gist options
  • Save kunalvarma05/15d5609984b2b41d09b8 to your computer and use it in GitHub Desktop.
Save kunalvarma05/15d5609984b2b41d09b8 to your computer and use it in GitHub Desktop.
[
{
"keys": ["ctrl+shift+f"], "command": "reindent","args": {"single_line": false}
},
{
"keys": ["ctrl+shift+n"], "command": "advanced_new_file_new"
},
{
"keys": ["ctrl+shift+a"], "command": "toggle_side_bar"
},
{
"keys": ["ctrl+shift+g"], "command": "find_all_under"
},
{
"keys": ["ctrl+t"], "command": "side_bar_new_file2"
},
{
"keys": ["f2"], "command": "side_bar_rename"
},
{
"keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing"
},
{
"keys": ["ctrl+alt+t"], "command": "html_tidy"
},
{
"keys": ["alt+shift+up"], "command": "goto_python_definition"
},
{
"keys": ["alt+shift+down"], "command": "back_to_python_definition"
},
{
"keys": ["f2"],
"command": "side_bar_rename"
},
{
"keys": ["ctrl+alt+r"],
"command": "reveal_in_side_bar"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment