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

4 lines
180 B
Plaintext
Raw Normal View History

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