Reputation: 2461
Is there a way to select all lines below a current selected line in PyCharm (similarly to how in Mac you can use Cmd + Shift + down to select the lines)?
The Cmd + Shift + right / left work just fine, but the "up" and "down" don't work.
I'm using a Mac.
Upvotes: 5
Views: 2067
Reputation: 554
Hit End
to go the end of the current line and then Ctrl + shift + end
will select all lines below your cursor.
That's the key binding for this functionality:
You can find it in Settings -> Keymap -> Editor actions
.
Upvotes: 2
Reputation: 1
Not that I know of... On windows, ctrl + shift + pg up / pg dn
might help
Upvotes: 0