# initialization file used by the readline library
# move this to $HOME/.inputrc

"\C-h": backward-delete-char
"\e\C-h": backward-kill-word
"\C-xd": dump-functions

$if Pari-GP
  set show-all-if-ambiguous
  set expand-tilde
  "(": "\C-v()\C-b"  # can be annoying when copy-pasting
$endif
