Skip to content

Instantly share code, notes, and snippets.

@forksofpower
Created October 2, 2013 07:16
Show Gist options
  • Save forksofpower/6790085 to your computer and use it in GitHub Desktop.
Save forksofpower/6790085 to your computer and use it in GitHub Desktop.
[
{
"keys": ["command+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.5,
"activate_browser": true,
"browser_name" : "Google Chrome"
}
}
{ "keys": ["ctrl+k", "ctrl+i"], "command": "gist" },
{ "keys": ["ctrl+k", "ctrl+p"], "command": "gist_private" },
{ "keys": ["ctrl+k", "ctrl+s"], "command": "gist_update_file" },
{ "keys": ["ctrl+k", "ctrl+o"], "command": "gist_list" },
{ "keys": ["ctrl+k", "ctrl+["], "command": "insert_gist_list" },
{ "keys": ["ctrl+k", "ctrl+]"], "command": "gist_add_file" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment