In Netbeans I find keyboard shortcuts that deal with the current line of code very helpful, like:
Ctrl + Shift + ↓ : duplicate
Shift + Alt + ↓ : move
Ctrl + E : delete
Is there a shortcut for selecting, cutting or copying the current line of code? I've looked through many cheat sheets and thought I'll ask here before attempting a macro.