XcodeKit icon indicating copy to clipboard operation
XcodeKit copied to clipboard

Keep the cursor on the next line after the delete line command

Open tleruitte opened this issue 10 years ago • 0 comments

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!

tleruitte avatar Jul 10 '15 11:07 tleruitte