2

In gnome-terminal, lxterminal and mlterm under Lubuntu 16.04, when pressing PgUp nothing happens, and the symbol ~ appears when PgDn is pressed, but the information won't scroll up or down. This is not the case for navigators and text editors, where they behave as expected. How can this be changed for a terminal?

nightcod3r
  • 952
  • 2
  • 16
  • 32

2 Answers2

2

It's a problem that has to be solved for each particular terminal. In the case of mlterm you add these lines to the shortcuts file ~/.mlterm/key:

Prior=PAGE_UP
Next=PAGE_DOWN

As for gnome-terminal and lxterminal, the preferences window does not allow to change this.

nightcod3r
  • 952
  • 2
  • 16
  • 32
1

I use Shift+pgUP and Shift+pgDOWN. this key combination provides page scrolling.

I am using Ubuntu though.

sob
  • 342
  • 1
  • 4
  • 14