updating mac keybinds

This commit is contained in:
dtomlinson
2019-10-14 01:20:29 +01:00
parent 13d8e2d9c7
commit d0fb122de1
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[
{
"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"}
]
}
]

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.DS_store