10 lines
171 B
Text
10 lines
171 B
Text
$include /etc/inputrc
|
|
"\ek": previous-history
|
|
"\ej": next-history
|
|
"\eh": backward-char
|
|
"\el": forward-char
|
|
|
|
"\ew": forward-word
|
|
"\eb": backward-word
|
|
|
|
"\ep": quoted-insert
|