X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fmisc%2Finputrc;h=fffa065d9d66a0e0c1f08e4eb65da2ee1cbc47e2;hb=b6f8c455b6b970c08eab79303c95acbc1506f61d;hp=3ed6c069da757e59107ab34b586156745bfa5b9d;hpb=e9b2413f8007e4c4952c27327d37cb8f548607e5;p=hvlinux.git diff --git a/stage1/misc/inputrc b/stage1/misc/inputrc index 3ed6c06..fffa065 100644 --- a/stage1/misc/inputrc +++ b/stage1/misc/inputrc @@ -13,7 +13,7 @@ set output-meta On # none, visible or audible set bell-style none -set completion-ignore-case On +set completion-ignore-case Off # All of the following map the escape sequence of the value contained inside # the 1st argument to the readline specific functions @@ -28,8 +28,6 @@ set completion-ignore-case On "\e[6~": end-of-history "\e[3~": delete-char "\e[2~": quoted-insert -"\e[D": backward-word -"\e[C": forward-word # for xterm "\eOH": beginning-of-line "\eOF": end-of-line