Hi!
The key "page-up" does not work the way I
know in Kconsole or in
standard console: Typing "/etc/init.d/" then page-up displays the last
command entered starting with "/etc/init.d/"... an other SELinux feature?
This function doesn't come by default with my Ubuntu + Trinity installs, so I
guess it's something you have to enable yourself. At least I always have to
do that.
What I do is, I put the following into ~/.inputrc (create the file if it's not
already there):
---------- snip -----------
# ~/.inputrc - user inputrc for libreadline
# See readline(3readline) and `info rluserman' for more information.
# alternate mappings for "page up" and "page down" to search the
history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
---------- snap -----------
Lines starting with "#" are comments, not needed for the function.
Regards,
Sanne