You are not logged in.
Pages: 1
I suddenly lost the ability to see old commands by using the up arrow in konsole, Is there a way to get it back?
What should I do
I am using kdemod4
Last edited by venky80 (2008-07-01 03:19:09)
Acer Aspire V5-573P Antergos KDE
Offline
What happens when you enter the 'history' command? What do your /etc/inputrc and ~/.inputrc look like?
Offline
I am at work will let you know when I get home. I don't know it suddenly stopped working, it used it work always.
Acer Aspire V5-573P Antergos KDE
Offline
I do not have ~./inputrc file following is what I have in /etc/inputrc
# do not bell on tab-completion
#set bell-style none
set meta-flag on
set input-meta on
set convert-meta off
set output-meta on
$if mode=emacs
# for linux console and RH/Debian xterm
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[7~": beginning-of-line
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
"\e[1;5C": forward-word
"\e[1;5D": backward-word
# for rxvt
"\e[8~": end-of-line
# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
"\eOH": beginning-of-line
"\eOF": end-of-line
# for freebsd console
"\e[H": beginning-of-line
"\e[F": end-of-line
$endif
# Include user-specific configuration
$include ~/.inputrc
Acer Aspire V5-573P Antergos KDE
Offline
This issue is solved it seems the num lock should be on for the up arrow to work...weird!
After reboot it is again not working:(
Last edited by venky80 (2008-07-01 03:19:39)
Acer Aspire V5-573P Antergos KDE
Offline
Pages: 1