.inputrc

# see man readline
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off
set show-all-if-ambiguous on
set vissible-stats on
set completion-ignore-case on

Control-d:delete-char-or-list
Control-u:kill-whole-line
TAB:menu-complete
Control-g:insert-completions
"\C-x\C-r":re-read-init-file
DEL:delete-char
#Control-b:backward-kill-word
# insert the last argument to the previous command
Control-k:yank-last-arg
Control-o:self-insert
Control-b:backward-word