Comment 30 for bug 89235

Revision history for this message
Yury V. Zaytsev (zyv) wrote :

I can attest that Ctrl+Arrows now work on Ubuntu 10.10, but PageUp and PageDown still don't seem to work for me. I had to create the following ~/.inputrc file to get them to work in Bash:

$include /etc/inputrc

# ZYV
#
# PageUp and PageDown don't work in Ubuntu anymore by default :-(
#
"\e[6~": end-of-history
"\e[5~": beginning-of-history