Files
sublime/.config/sublime-text-3/Packages/User/Default (OSX).sublime-keymap
2019-10-14 01:20:29 +01:00

13 lines
346 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"}
]
}
]