Created
July 16, 2015 15:27
-
-
Save joemerante/93df2dd368a9ed56545a to your computer and use it in GitHub Desktop.
Sublime Text binding.pry keyboard shortcut
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
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