Skip to content

Instantly share code, notes, and snippets.

@adrianomargarin
Last active August 23, 2017 13:19
Show Gist options
  • Save adrianomargarin/4ea1dc1fec921c8699470ea8ac67257f to your computer and use it in GitHub Desktop.
Save adrianomargarin/4ea1dc1fec921c8699470ea8ac67257f to your computer and use it in GitHub Desktop.
[
{"keys": ["ctrl+shift+i"], "command": "insert_snippet","args": {"contents": "from IPython import embed; embed()"}},
{"keys": ["ctrl+shift+o"], "command": "insert_snippet","args": {"contents": "import ipdb; ipdb.set_trace()"}},
{"keys": ["ctrl+alt+c"], "command": "insert_snippet","args": {"contents": "# -*- coding:utf-8 -*-"}},
{"keys": ["ctrl+shift+d"], "command": "find_under_expand_skip" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment