dotfiles/sublime/User/Default (Windows).sublime-keymap

6 lines
379 B
Plaintext
Raw Normal View History

2012-10-16 12:11:28 +00:00
[
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
2012-11-15 06:12:19 +00:00
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+alt+g"], "command": "run_build", "args": {"build_system": "Packages/User/GruntWatch.sublime-build"} },
{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "output.exec"} }
2012-10-16 12:11:28 +00:00
]