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

4 lines
174 B
Plaintext
Raw Normal View History

2012-10-16 12:11:28 +00:00
[
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
2012-10-16 12:11:28 +00:00
]