What add_to_kill_ring function do?
There is no description in sublime…
When i commented this function nothing changed in result.
Delete to Hard BOL.sublime-macro
[
{“command”: “move_to”, “args”: {“to”: “hardbol”, “extend”: true}},
{“command”: “add_to_kill_ring”, “args”: {“forward”: false}},
{“command”: “left_delete”}
]
Delete Line.sublime-macro
[
{“command”: “expand_selection”, “args”: {“to”: “line”}},
{“command”: “add_to_kill_ring”, “args”: {“forward”: true}},
{“command”: “left_delete”}
]