diff --git a/.config/sublime-text-3/Packages/User/Default (OSX).sublime-keymap b/.config/sublime-text-3/Packages/User/Default (OSX).sublime-keymap new file mode 100644 index 0000000..b9f276b --- /dev/null +++ b/.config/sublime-text-3/Packages/User/Default (OSX).sublime-keymap @@ -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"} + ] + } +] diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63123fb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_store