# 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 convert-meta on
  set output-meta off
  set show-all-if-ambiguous
  set expand-tilde
# pari-matched-insert = insert closing ) or ] accordingly. To toggle this
# on /off (to copy-paste some expression for instance) use M--2 (.
  (: pari-matched-insert
  [: pari-matched-insert
$endif
