migration from private to rsa
[external/bash.git] / debian / inputrc.arrows
1 # This file controls the behaviour of line input editing for
2 # programs that use the Gnu Readline library.
3 #
4 # Arrow keys in keypad mode
5 #
6 "\C-[OD"        backward-char
7 "\C-[OC"        forward-char
8 "\C-[OA"        previous-history
9 "\C-[OB"        next-history
10 #
11 # Arrow keys in ANSI mode
12 #
13 "\C-[[D"        backward-char
14 "\C-[[C"        forward-char
15 "\C-[[A"        previous-history
16 "\C-[[B"        next-history
17 #
18 # Arrow keys in 8 bit keypad mode
19 #
20 "\C-M-OD"       backward-char
21 "\C-M-OC"       forward-char
22 "\C-M-OA"       previous-history
23 "\C-M-OB"       next-history
24 #
25 # Arrow keys in 8 bit ANSI mode
26 #
27 "\C-M-[D"       backward-char
28 "\C-M-[C"       forward-char
29 "\C-M-[A"       previous-history
30 "\C-M-[B"       next-history