From d4d6c5b4a5e1afdebe49293d04ee9185a6060e79 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 19 Apr 1999 03:56:33 +0000 Subject: commit inputrc changes --- inputrc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'inputrc') diff --git a/inputrc b/inputrc index b06d8b4b..9137fb84 100644 --- a/inputrc +++ b/inputrc @@ -1,3 +1,14 @@ +set meta-flag on set input-meta on set convert-meta off set output-meta on +"\e0d": backward-word +"\e0c": forward-word +"\e[h": beginning-of-line +"\e[f": end-of-line +"\e[1~": beginning-of-line +"\e[4~": end-of-line +"\e[5~": beginning-of-history +"\e[6~": end-of-history +"\e[3~": delete-char +"\e[2~": quoted-insert -- cgit v1.2.1