Cannot scroll line by line in PyCharm's bash terminal
Answered
PyCharm offers the option to use the bash terminal (in File->Setting, like so

Now when I have the bash terminal open while coding in PyCharm, like so
and want to scroll up line by line with the keyboard (in this case to view line by line the output of the previous command, pytest, that I ran that output the error message), I can't, no combination of CTRL, SHIFT, ALT, SUPER, UP, PAGEUP will work (only SHIFT+PAGEUP scrolls up - but by a whole page, not a line, which is too much).
I'm not sure, is this because of bash or because of Pycharm (I'm using Ubuntu (16.04), if that matters).
This issue is really driving me nuts!
Please sign in to leave a comment.
Hello Lukahiw,
That seems to be a known issue https://youtrack.jetbrains.com/issue/IDEA-188883, please vote for it and follow for updates.
See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.