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

4 lines
180 B
Plaintext
Raw Normal View History

2012-10-16 16:11:28 +04:00
[
2012-10-19 15:15:27 +04: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 16:11:28 +04:00
]