Skip to content

Instantly share code, notes, and snippets.

@theo-l
Created March 4, 2016 11:35
Show Gist options
  • Save theo-l/3b71cac0c3e8deb0837a to your computer and use it in GitHub Desktop.
Save theo-l/3b71cac0c3e8deb0837a to your computer and use it in GitHub Desktop.
[
//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"}
]
@theo-l
Copy link
Author

theo-l commented Mar 4, 2016

Default Sublime Jedi keymap configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment