From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id CAA25339 for ; Mon, 18 Sep 1995 02:59:49 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA25936 (5.65c/Gatech-10.0-IDA for ); Sun, 17 Sep 1995 13:01:44 -0400 Received: by math (5.x/SMI-SVR4) id AA18203; Sun, 17 Sep 1995 12:55:42 -0400 Old-Return-Path: Resent-Date: Mon, 18 Sep 1995 01:57:42 +0900 Old-Return-Path: To: zsh-users@math.gatech.edu Subject: I have a question about zsh's bindkey. Date: Mon, 18 Sep 1995 01:57:42 +0900 Message-Id: <16038.811357062@aa.cs.keio.ac.jp> From: "Akira Funahashi / =?ISO-2022-JP?B?GyRCPS42NhsoQg==?= =?ISO-2022-JP?B?GyRCNzwbKEI=?= " Resent-Message-Id: <"Oi6vl2.0.AS4.yB5Nm"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/89 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I have a question about zsh's bindkey. When using tcsh(tcsh-6.05), I wrote my bindkeys like this. (.tcshrc) bindkey ^W backward-delete-word And when I press ^W like this situation, it works as follows. (tcsh)% ls /usr/local/bin/^W | v (tcsh)% ls /usr/local/ I think it is very useful and I want to use this in zsh. But in zsh(I'm using zsh-2.6-beta8),even if I wrote in .zshrc like this, (.zshrc) bindkey "^W" backward-delete-word it doesn't work like tcsh, only works like this. (zsh)% ls /usr/local/bin/^W | v (zsh)% ls Could someone help me???? ------- Akira Funahashi (funa@aa.cs.keio.ac.jp) Amano laboratory, Dept. of computer science Keio University, JAPAN