Skip to content

Instantly share code, notes, and snippets.

@absk1317
Last active August 1, 2017 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save absk1317/931ba29572d04ebccdf8e2c016991fb4 to your computer and use it in GitHub Desktop.
Save absk1317/931ba29572d04ebccdf8e2c016991fb4 to your computer and use it in GitHub Desktop.
Sublime text key bindings.
[
{ "keys": ["super+down"], "command": "goto_definition" },
{ "keys": ["super+up"], "command": "jump_back" },
{ "keys": ["super+b"], "command": "insert", "args": {"characters": "binding.pry"} },
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}},
{
"keys": ["super+shift+k"],
"command": "beautify_ruby"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment