From owner-freebsd-current Tue Jun 4 18:25:34 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA29758 for current-outgoing; Tue, 4 Jun 1996 18:25:34 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA29752; Tue, 4 Jun 1996 18:25:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id SAA06388; Tue, 4 Jun 1996 18:24:13 -0700 (PDT) To: Keith Bostic cc: current@FreeBSD.org, jhs@FreeBSD.org, terry@lambert.org Subject: Re: editors In-reply-to: Your message of "Tue, 04 Jun 1996 13:59:51 EDT." <199606041759.NAA21311@mongoose.bostic.com> Date: Tue, 04 Jun 1996 18:24:13 -0700 Message-ID: <6386.833937853@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > What I'd like to do is have a "novice" mode where vi splits the > screen and puts a full help file into the lower half, with the > common commands immediately visible. Kind of like pico... The Yep, I like that. > question that I haven't been able to answer is what to use to > trigger this event. I could certainly use :help, but as Julian How about a command line flag? I can run `vi --on-screen-help' or whatever when I know that the novice is about to be punted into vi, no sweat. Jordan