Dotfiles/sublime-text/Default/Delete Line.sublime-macro
2014-05-12 18:57:15 +02:00

5 lines
160 B
Text

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