Created
March 4, 2016 11:35
-
-
Save theo-l/3b71cac0c3e8deb0837a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| //sublime_jedi | |
| //g+f used to goto funcition definition | |
| {"keys":["g","f"],"command": "sublime_jedi_goto"}, | |
| //g+d used to show docstring | |
| {"keys":["g","d"], "command": "sublime_jedi_docstring"} | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Default Sublime Jedi keymap configuration