Dotfiles/sublime-text/Default/Delete to EOL.sublime-macro

6 lines
167 B
Text
Raw Normal View History

2014-05-12 18:57:15 +02:00
[
{"command": "move_to", "args": {"to": "eol", "extend": true}},
{"command": "add_to_kill_ring", "args": {"forward": true}},
{"command": "right_delete"}
]