Skip to content

Instantly share code, notes, and snippets.

@joemerante
Created July 16, 2015 15:27
Show Gist options
  • Save joemerante/93df2dd368a9ed56545a to your computer and use it in GitHub Desktop.
Save joemerante/93df2dd368a9ed56545a to your computer and use it in GitHub Desktop.
Sublime Text binding.pry keyboard shortcut
For quick reference if you're not in your usual environment, add to Preferences -> Key Bindings-User:
[
{ "keys": ["alt+super+p"], "command": "insert", "args": {"characters": "binding.pry"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment