
| Current Path : /usr/share/doc/pari-doc/examples/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/doc/pari-doc/examples/Inputrc |
# 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