To duplicate lines I use
Ctrl + D
Is there a similar way to select/copy current line using keyboard in IntelliJ IDEA?
CTRL + C selects the whole line. CTRL + D duplicates the selected line.