[quote=“ghostintheshell”]tiens, tant qu’on parle du ~/.inputrc, voici quelques commandes bien sympatoches …
[quote="~/.inputrc"]# always get completions on the first
set show-all-if-ambiguous on
do not bell on tab-completion
set bell-style none
search in the history (up & down)
“\e[A”: history-search-backward
"\e[B": history-search-forward
word moving (ctrl-left & ctrl-right)
“\e[5C”: forward-word
"\e[5D": backward-word
allow the use of the home & end keys
“\e[1~”: beginning-of-line
"\e[4~": end-of-line[/quote][/quote]Oui, mais bon. Bash utilise déjà une syntaxe “à la” emacs, et “Ctrl+R” fait déjà la recherche inverse dans l’historique, “Ctrl+S” fait la recherche forward, “Ctrl+K” fait le kill jusqu’à la fin de ligne, “Ctrl+A” va au début, “Ctrl+Y” fait le yank (=paste), “Esc-F” fait le déplacement d’un mot vers la droite “Esc-B” vers la gauche, “Ctrl+t” te ‘toggle’ la lettre à gauche et à droite du point d’insertion, etc…
Pourquoi veux tu changer ça qui est déjà configuré par défaut ?