config/sublime/Packages/Default/Delete Line.sublime-macro
2012-08-01 21:04:05 -07:00

5 lines
160 B
Text

[
{"command": "expand_selection", "args": {"to": "line"}},
{"command": "add_to_kill_ring", "args": {"forward": true}},
{"command": "left_delete"}
]