I want to add this key binding in the suitable conf file :
Control-t: "top -Ss \C-m"
Which means : Bind Ctrl+T
keys to top -Ss
command line .
i enter on terminal sudo ls ~/.inputrc
to check existence of this conf file . i get this error:
No such file or directory
Where can i put this binding. What is the target file with the new FS hierarchy of Ubuntu14.04 .
Just do this to create it with the same access rights as .bashrc:
NOTE :