Annotation of OpenXM_contrib/pari/examples/Inputrc, Revision 1.1.1.1
1.1 maekawa 1: # initialization file used by the readline library
2: # modify it then copy it to $HOME/.inputrc
3:
4: "\C-h": backward-delete-char
5: "\e\C-h": backward-kill-word
6: "\C-xd": dump-functions
7:
8: $if Pari-GP
9: set convert-meta on
10: set output-meta off
11: set show-all-if-ambiguous
12: # toggle between normal-mode (electric parentheses) and copy-paste mode
13: "\C-q": "\M--2("
14: $endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>