[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

tcshrc



J'ai ces lignes dans mon .tcshrc. Le problème, c'est qu'elles ne s'exécutent pas pour une raison inconnue ! Si je place un echo avant et après ce bloc, mes messages (insultants) de debug s'affichent, et si j'exécute ces lignes à la main après m'être loggé, ça marche aussi !

Je ne comprends vraiment rien !


bindkey -e
bindkey "\e[1~" beginning-of-line
bindkey "\e[7~" beginning-of-line
bindkey "\e[3~" delete-char
bindkey "\e[4~" end-of-line
bindkey "\e[8~" end-of-line
bindkey "^[[2~" complete-word-fwd
bindkey -k up history-search-backward
bindkey -k down history-search-forward



Reply to: