6 ms·
Here's how to make shift-pgup/pgdn work in screen: echo "termcapinfo xterm ti@:te@" >> ~/.screenrc
by monzee 15y ago
Here's how to make shift-pgup/pgdn work in screen:
echo "termcapinfo xterm ti@:te@" >> ~/.screenrc
- pyrhho 15y agoAwesome, I will give this a try, thanks!