aboutsummaryrefslogtreecommitdiffstats
path: root/inputrc
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-04-19 03:56:33 +0000
committerBill Nottingham <notting@redhat.com>1999-04-19 03:56:33 +0000
commitd4d6c5b4a5e1afdebe49293d04ee9185a6060e79 (patch)
tree422c73395f095521ea43c61c65f718e355fe3f20 /inputrc
parent87689cc249b68a3201e92e3b3b4fc8ab56f9e94b (diff)
downloadinitscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.tar
initscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.tar.gz
initscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.tar.bz2
initscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.tar.xz
initscripts-d4d6c5b4a5e1afdebe49293d04ee9185a6060e79.zip
commit inputrc changes
Diffstat (limited to 'inputrc')
-rw-r--r--inputrc11
1 files changed, 11 insertions, 0 deletions
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