How can I select several lines in Intellij using keyboard shortcuts? I found out that I can do it with
ctrl + shift + right/left
But I have to press this buttons several times to select whole line. What is more the selection starts from current caret position, so if it's not the beginning/end (depending of using left or right arrow) of the line, the whole first line is not selected.