From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12311 invoked from network); 4 May 2002 20:35:27 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 May 2002 20:35:27 -0000 Received: (qmail 16896 invoked by alias); 4 May 2002 20:34:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4914 Received: (qmail 16885 invoked from network); 4 May 2002 20:34:56 -0000 From: "Bart Schaefer" Message-Id: <1020504203443.ZM4671@candle.brasslantern.com> Date: Sat, 4 May 2002 20:34:43 +0000 In-Reply-To: <20020503222639.A10707@debian1.loaner.com> Comments: In reply to "Kingsley G. Morse Jr." "Configuring zsh to leave keys in command mode after a vi "/" search" (May 3, 10:26pm) References: <20020503222639.A10707@debian1.loaner.com> X-Mailer: Z-Mail (5.0.0 30July97) To: "Kingsley G. Morse Jr." , zsh-users@sunsite.dk Subject: Re: Configuring zsh to leave keys in command mode after a vi "/" search MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 3, 10:26pm, Kingsley G. Morse Jr. wrote: } } $ /more } ?more_ } $ more /etc/hosts } } When I press "n" to find the next match ... } } $ more /etc/hostsn } } Oops! zsh was in vi's *insert* mode, interpreted the "n" literally and } appended it to the end of the command! I'm not able to reproduce this at all. Zsh always stays in command mode for me after ending a search. What version are you running, and what options do you have set? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net