File: Inputrc

package info (click to toggle)
pari 2.17.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 24,508 kB
  • sloc: ansic: 281,184; sh: 861; perl: 420; yacc: 214; makefile: 162; f90: 88
file content (20 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 blink-matching-paren on
  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