From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Livin Stephen Newsgroups: gmane.emacs.help Subject: Re: How do you scroll the screen without moving the cursor ? (the C-E and C-Y keys in vi) Date: Thu, 2 Oct 2008 22:46:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: <233c7913-13da-4992-992f-94992ca59430@j22g2000hsf.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1223016053 4839 80.91.229.12 (3 Oct 2008 06:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2008 06:40:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 08:41:50 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KleMH-0008JR-3D for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Oct 2008 08:41:49 +0200 Original-Received: from localhost ([127.0.0.1]:50701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KleLD-0006Ic-9i for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Oct 2008 02:40:43 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j22g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 124.30.119.98 Original-X-Trace: posting.google.com 1223012811 16372 127.0.0.1 (3 Oct 2008 05:46:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 3 Oct 2008 05:46:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j22g2000hsf.googlegroups.com; posting-host=124.30.119.98; posting-account=Q30uoQoAAACDL2O2xg4pWJiNoqIIeAyv User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:162982 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58322 Archived-At: On Oct 3, 3:11=A0am, "David Lam" wrote: >... > i saw this...http://www.wlindley.com/gnu/vi=A0and in the first two rows > theres no listed equivalent > ... David, C-v is how you scroll one-page-at-a-time, so with numerical arguments ( "C-u 1" [ or "Cu -1" ] ), here is how I would do it: C-u 1 C-v for "up", and C-u -1 C-v for "down" . I don't know *any* lisp, so if I found myself wanting to do this a lot, I would probably create a macro and setup a key-binding.