Files
sublime/.config/sublime-text-3/Packages/User/Default (OSX).sublime-keymap
T

13 lines
347 B
Plaintext

[
{
"command": "anaconda_goto", "keys": ["alt+g"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
},
{
"command": "anaconda_doc", "keys": ["alt+d"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
}
]