Skip to content

Instantly share code, notes, and snippets.

@ahsankhatri
Created December 17, 2014 15:25
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 ahsankhatri/507d2c80b1c487d30737 to your computer and use it in GitHub Desktop.
Save ahsankhatri/507d2c80b1c487d30737 to your computer and use it in GitHub Desktop.
[
{
"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.5,
"activate_browser": true,
"browser_name" : "Google Chrome"
}
},
{ "keys": ["ctrl+w"], "command": "close_file" },
{ "keys": ["ctrl+k", "ctrl+c"], "command": "title_case" },
{ "keys": ["ctrl+k", "ctrl+t"], "command": "title_case" },
{ "keys": ["ctrl+j", "ctrl+c"], "command": "insert_snippet", "args": {"contents": "console.log( $1 );"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment