From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14507 invoked from network); 5 May 2002 01:43:37 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 May 2002 01:43:37 -0000 Received: (qmail 11604 invoked by alias); 5 May 2002 01:43:12 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4915 Received: (qmail 11588 invoked from network); 5 May 2002 01:43:09 -0000 Date: Sat, 4 May 2002 18:42:27 -0700 From: "Kingsley G. Morse Jr." To: Bart Schaefer Cc: zsh-users@sunsite.dk Subject: Re: Configuring zsh to leave keys in command mode after a vi "/" search Message-ID: <20020504184227.A12725@debian1.loaner.com> Reply-To: "Kingsley G. Morse Jr." References: <20020503222639.A10707@debian1.loaner.com> <1020504203443.ZM4671@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1020504203443.ZM4671@candle.brasslantern.com>; from schaefer@brasslantern.com on Sat, May 04, 2002 at 08:34:43PM +0000 Bart, Thanks for checking. On Sat:20:34, Bart Schaefer wrote: > 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. Interesting... > What version are you running, $ zsh --version zsh 4.0.4 (i686-pc-linux-gnu) > and what options do you have set? $ setopt autocd noautoparamslash autopushd autoresume nobgnice cdablevars noclobber correct correctall extendedglob globdots histignoredups interactive longlistjobs mailwarning monitor pushdminus pushdsilent pushdtohome rcquotes recexact shinstdin zle Thanks, Kingsley