summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-01-27 02:36:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-01-27 02:36:07 +0000
commit3b31991164bc68875542c67e354951b47b5ec8b6 (patch)
tree77b7f802f9a97a11c4a2bceb20dcfa6cccf194da /etc
parent53627f115adf9e47c7cb532c1a9f2813f3b69c69 (diff)
Don't bind arrow keys in pdksh, the binding are already there by default.
Diffstat (limited to 'etc')
-rw-r--r--etc/ksh.kshrc12
1 files changed, 1 insertions, 11 deletions
diff --git a/etc/ksh.kshrc b/etc/ksh.kshrc
index 10dcfcd7966..bbe42944558 100644
--- a/etc/ksh.kshrc
+++ b/etc/ksh.kshrc
@@ -1,5 +1,5 @@
:
-# $OpenBSD: ksh.kshrc,v 1.4 1999/11/20 04:11:11 millert Exp $
+# $OpenBSD: ksh.kshrc,v 1.5 2000/01/27 02:36:06 millert Exp $
#
# NAME:
# ksh.kshrc - global initialization for ksh
@@ -63,16 +63,6 @@ case "$-" in
# the PD ksh is not 100% compatible
case "$KSH_VERSION" in
*PD*) # PD ksh
- case "$TERM" in
- pc3|pcvt*|xterm*)
- # bind arrow keys
- bind '^[['=prefix-2
- bind '^XA'=up-history
- bind '^XB'=down-history
- bind '^XC'=forward-char
- bind '^XD'=backward-char
- ;;
- esac
;;
*) # real ksh ?
[ -r $HOME/.functions ] && . $HOME/.functions