Tunning scrolling in urxvt
Posted
by Ivan Petrushev
on Super User
See other posts from Super User
or by Ivan Petrushev
Published on 2010-04-24T05:55:11Z
Indexed on
2010/04/24
6:04 UTC
Read the original article
Hit count: 458
Hello,
I'm using rxvt-unicode version 9.06 at Ubuntu 9.10. I was used to aterm, where you can use SHIFT + up/down arrow to scroll the printed output with a line up or down. You can also use SHIFT + pgup/pgdown to scroll one screen up or down.
In urxvt I can use the pgup/pgdown combination as well, but can't use the up/down arrow combination. It is very useful to be able to scroll by single lines. Do you have any idea how to enable the up/down arrow scrolling?
This is my ~/.inputrc:
set show-all-if-ambiguous on
And this is my ~/.Xdefaults:
URxvt*geometry:80x35 URxvt*transparent:true URxvt*shading:40 URxvt*saveLines:12000 URxvt*foreground:White URxvt*background:Blue URxvt*font: -*-terminus-*-*-*-*-14-*-*-*-*-*-*-* URxvt*color4:RoyalBlue URxvt*color12:RoyalBlue URxvt*scrollBar:true URxvt*scrollBar_right:false URxvt*scrollstyle:rxvt
© Super User or respective owner