From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29108 invoked from network); 6 Apr 1998 14:22:24 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 6 Apr 1998 14:22:24 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id KAA26357; Mon, 6 Apr 1998 10:12:43 -0400 (EDT) Resent-Date: Mon, 6 Apr 1998 10:08:36 -0400 (EDT) To: zsh-users@math.gatech.edu Subject: Tcsh-like history search Date: Mon, 6 Apr 98 14:55:55 BST X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13608.57067.46439.10085@ukfd-sun10> From: "Dima Barsky" Resent-Message-ID: <"d05dR1.0.cP6.Z7EAr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1440 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi there, I'm sorry if this question has been asked before, but I'm new to this list, and I could not find an answer in the FAQ. I wonder if it is possible in zsh to emulate the tcsh's history-search-backward and history-search-forward commands. They are very similar to zsh history-beginning-search-backward and history-beginning-search-forward widgets, but tcsh moves the cursor to the end of the line, rather than leaving it in place. Regards, Dima.