Rechercher dans ce blog

Affichage des articles dont le libellé est inpurc. Afficher tous les articles
Affichage des articles dont le libellé est inpurc. Afficher tous les articles

jeudi 14 novembre 2013

Fix delete touch in TERMINAL app on mac os X LION

Delete touch in TERMINAL app doesn't work on LION

To fix that, edit an /etc/inputrc file or an ~/.inputrc

"\e[1~": beginning-of-line

"\e[4~": end-of-line

"\e[5~": beginning-of-history

"\e[6~": end-of-history

"\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

set completion-ignore-case On