# ~/.inputrc # Vico - Vincenzo Colosimo - vico@bicisport.de # Last Modified: 2005-05-15 14:56:13 CEST # /etc/inputrc - global inputrc for readline(3) # Crux defaults set input-meta on set output-meta on set convert-meta off "\e[1~": beginning-of-line "\e[2~": yank "\e[3~": delete-char "\e[4~": end-of-line "\e[5~": beginning-of-history "\e[6~": end-of-history "\M-p": history-search-backward "\M-n": history-search-forward $if term=xterm "\e[7~": beginning-of-line "\e[8~": end-of-line "\e[H": beginning-of-line "\e[F": end-of-line $endif # End of Crux defaults # Vico's add-ons set show-all-if-ambiguous on set visible-stats on $if Bash # edit the path "\C-xp": "PATH=${PATH}\e\C-e\C-a\ef\C-f" # prepare to type a quoted word -- insert open and close double quotes # and move to just after the open quote "\C-x\"": "\"\"\C-b" $endif