|
home键配好了,end键不知道怎么配?
! ~/.Xdefaults
Rxvt*geometry: 80x30
Rxvt*colorBD: blue3
Rxvt*colorUL: green4
Rxvt*font: -*-fixed-*-*-*-*-16-*-*-*-*-*-iso8859-*
Rxvt*mfont: -*-fangsongti-*-*-*-*-16-*-*-*-*-*-gb2312.1980-*
! Load ~/.bash_profile, same with su -.
Rxvt*loginShell: False
Rxvt*saveLines: 256
! Only need map Home & BackSpace
Rxvt*keysym.Home: ^[[1~
Rxvt*keysym.BackSpace: ^?
Rxvt*keysym.End: ^[[$~ |
|