Skip to content

Instantly share code, notes, and snippets.

@web-hat
Created December 10, 2017 05:59
Show Gist options
  • Save web-hat/e9f0d436d671502de7d8579e9764966c to your computer and use it in GitHub Desktop.
Save web-hat/e9f0d436d671502de7d8579e9764966c to your computer and use it in GitHub Desktop.
[
{
"keys": ["ctrl+alt+c"],
"command": "copy_path"
},
{
"keys": ["shift+command+m"],
"command": "goto_definition"
},
{
"keys": ["ctrl+shift+w"],
"command": "close_all"
},
{
"keys": "ctrl+shift+t",
"command": "open_recent_file",
"args": {
"index": 0
}
},
{
"keys": ["ctrl+alt+left"],
"command": "jump_back"
},
{
"keys": ["ctrl+alt+right"],
"command": "jump_forward"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment