-
Notifications
You must be signed in to change notification settings - Fork 19
/
Default.sublime-keymap
11 lines (11 loc) · 1.4 KB
/
Default.sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
[
{ "keys": ["ctrl+r"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"}, "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["super+b"], "command": "ruby_motion_build", "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["super+r"], "command": "ruby_motion_run", "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["super+alt+r"], "command": "ruby_motion_run_spec", "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["shift+super+r"], "command": "ruby_motion_run", "args": {"options": "retina=true"} , "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["super+alt+b"], "command": "ruby_motion_deploy", "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["super+alt+l"], "command": "ruby_motion_run_command_from_list", "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["ctrl+alt+b"], "command": "ruby_motion_set_breakpoint", "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] },
{ "keys": ["ctrl+alt+d"], "command": "ruby_motion_doc", "context":[{"key":"selector", "operator":"equal", "operand":"source.ruby.rubymotion"}] }
]