XcodeKit
XcodeKit copied to clipboard
Keep the cursor on the next line after the delete line command
It would be great if the cursor is positioned on the next line after I call the delete line command.
Use case (where | represent the cursor):
A
|B
C
After delete line command (expected):
A
|C
I would now be able to delete several lines without having to move the cursor.
Thanks!