You are not logged in.
I'm using the folowing in my ~/.inputrc (from https://wiki.archlinux.org/index.php/Ba … ory_search):
"\e[A":history-search-backward
"\e[B":history-search-forward
It works fine, but now when I write a command or anything else in terminal and want to go some words backward with <CONTROL> + <LEFT ARROW> I can't:
colossus [09:29:48] [~]: echo hello world;5D
Anyone know a workaround for this?
Last edited by thiagoc (2011-03-11 16:53:52)
Offline
Just found the solution:
$include /etc/inputrc
"\e[A":history-search-backward
"\e[B":history-search-forward
Offline
thiagoc, did you have to change permissions for /etc/inputrc? I cannot include it:
bash: /etc/inputrc: Permission denied
Offline
thiagoc, did you have to change permissions for /etc/inputrc? I cannot include it:
bash: /etc/inputrc: Permission denied
Make sure you are editing ~/.inputrc and not ~/.bashrc.
I received this error when doing the latter.
Offline
Thanks for the late help!
I haven't thought of this issue since then. Obviously, I am no longer doing anything that needs /etc/inputrc included.
Anyways, I think I tried to execute "source .inputrc" back then to apply the changes which couldn't work.
Offline