Testing latest pari + WASM + node.js... and it works?! Wow.
License: GPL3
ubuntu2004
# initialization file used by the readline library
# modify it then copy it to $HOME/.inputrc
"\C-h": backward-delete-char
"\e\C-h": backward-kill-word
"\C-xd": dump-functions
# Comment out for GAP-style history search with up/down arrows
# (default style is to use ^r/^s)
# "\e[A": history-search-backward
# "\e[B": history-search-forward
$if Pari-GP
set convert-meta on
set output-meta off
set show-all-if-ambiguous
# toggle between normal-mode (electric parentheses) and copy-paste mode
"\C-q": "\M--2("
$endif