# Begin /etc/inputrc # Enable 8bit input set meta-flag On set input-meta On # Turns off 8th bit stripping set convert-meta Off # Keep the 8th bit for display set output-meta On # none, visible or audible set bell-style none set completion-ignore-case Off # All of the following map the escape sequence of the value contained inside # the 1st argument to the readline specific functions # Tip: use the command "showkey -a" to show the control codes for a # particular key sequence. # for linux console "\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 # for xterm "\eOH": beginning-of-line "\eOF": end-of-line "\e[1;5D": backward-word "\e[1;5C": forward-word