[BACK]Return to Inputrc CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / examples

File: [local] / OpenXM_contrib / pari / examples / Attic / Inputrc (download)

Revision 1.1, Sun Jan 9 17:35:30 2000 UTC (24 years, 4 months ago) by maekawa
Branch: MAIN

Initial revision

# 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

$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