mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-08 10:08:45 +00:00
11 lines
561 B
Plaintext
11 lines
561 B
Plaintext
[
|
|
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
|
|
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" },
|
|
|
|
{ "keys": ["ctrl+shift+1"], "command": "open_related_rails_model" },
|
|
{ "keys": ["ctrl+shift2"], "command": "open_related_rails_controller" },
|
|
{ "keys": ["ctrl+shift3"], "command": "open_related_rails_view" },
|
|
{ "keys": ["ctrl+shift4"], "command": "open_related_rspec_model" },
|
|
{ "keys": ["ctrl+shift5"], "command": "open_related_rspec_controller" }
|
|
]
|