Reputation: 11091
I'm testing out Aptana Studio to do some javascript development I want to know if there is a shortcut to delete a whole line. Or if there is a way to create some kind of macro to do it.
I am running windows, and I know that I can click Ctrl+Shift+Del
but that doesn't actually do what I want it to do. In VS when you click Shift+Del
it doesn't matter where the cursor is on the line it will delete the whole line.
To do the same in Aptana I need to:
Home
to get me to the beginning of the lineCtrl+Shift+Del
to delete the content of the lineCtrl+Shift+Del
to delete the line This may seem small, but I do this action all the time in VS and I've grown accustomed to it.
Anyone have any ideas to help me out?
Upvotes: 1
Views: 5409
Reputation: 11091
I just figured it out:
It's quite simple: Ctrl+D
Also if you want to change the key binding you can
Shift+Delete
)Upvotes: 12