This file is indexed.

/usr/share/doc/pari-gp/examples/Inputrc is in pari-gp 2.5.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# 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