Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to scroll in PhpStorm terminal with keyboard?

When I press up or down arrow keys - it uses history. I tried various combinations. Page up, page down. Nothing makes it scroll up/down. Only I can do it with mouse.

like image 818
Darius.V Avatar asked Sep 01 '25 22:09

Darius.V


1 Answers

This is possible in 2016.3 (it's in EAP stage at the moment and current public EAP build already having it).

The shortcuts are Shift + PageUp and Shift + PageDown.

Right now it looks like those are hardcoded shortcuts (cannot be customised by user).

Original ticket: IDEA-142926

like image 199
LazyOne Avatar answered Sep 04 '25 02:09

LazyOne