# Useful codes for ~/.inputrc # These allow your shell program under Linux (e.g. bash) # to have sensible behavior for home, end, PgUp & friends # # to figure these weird symbols out, type Control-V and then a key: # the sequence corresponding to that key will appear. # # JPM http://www.cs.utexas.edu/users/jpmartin "[5~": history-search-backward "[6~": history-search-forward "[1~": beginning-of-line "[4~": end-of-line # some terms send ^H on ctrl-backspace, some others send ^? "": backward-kill-word #"": backward-kill-word "[3^": kill-word "Oc": forward-word "Od": backward-word "[1^": beginning-of-history "[4^": end-of-history "[3~": delete-char # These are to try to get the accents to work on xterm # (dang, doesn't work) set meta-flag on set convert-meta off set output-meta on