Date: Sat, 4 Sep 1999 01:27:51 -0400 From: Tim Vanderhoek <vanderh@ecf.utoronto.ca> To: John-Mark Gurney <gurney_j@resnet.uoregon.edu> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/more default.morerc less.morerc macro.c most.morerc ncommand.c Makefile command.c input.c less.h line.c main.c more.1 more.help option.c output.c pathnames.h prim.c screen.c signal.c ttyin.c decode.c Message-ID: <19990904012751.A30517@mad> In-Reply-To: <19990903214400.29996@hydrogen.fircrest.net>; from John-Mark Gurney on Fri, Sep 03, 1999 at 09:44:00PM -0700 References: <199909032231.PAA60938@freefall.freebsd.org> <19990903214400.29996@hydrogen.fircrest.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 03, 1999 at 09:44:00PM -0700, John-Mark Gurney wrote: > > > changed is the capital 'N' key, which now performs a repeat-search in the > > opposite direction (just like in vi). > > ummm... I don't like this... I'm used to N being Next File as it has > been for YEARS w/ FreeBSD.... FWIW, I ran this for 2+ months here and I'm finally getting used to 'N' not being the same as ':n'. However, I'm sure I'm not the only person who routinely pressed 'N' expecting it to work like in vi, only to get either an error or booted to the next file. I'm convinced the change should be made. The magic incantation to return 'N' to its normal function is: $ echo "macro 1 N 'file next \${number}'" > ~/.morerc $ Eventually a map command needs to be added so that simple changes like this are less likely to require obscure programmer syntax. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990904012751.A30517>