From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 8a950791 for ; Mon, 20 Jan 2020 16:21:21 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id BCEB99C13E; Tue, 21 Jan 2020 02:21:20 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A5E929C0FD; Tue, 21 Jan 2020 02:20:15 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 082CD9C0FD; Tue, 21 Jan 2020 02:20:14 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id CFDF59BFE6 for ; Tue, 21 Jan 2020 02:20:08 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 51F1F35E0B8; Mon, 20 Jan 2020 08:20:08 -0800 (PST) Date: Mon, 20 Jan 2020 08:20:08 -0800 From: Larry McVoy To: Toby Thain Message-ID: <20200120162008.GE28686@mcvoy.com> References: <20200120155946.169b39e0.ref@sagittariusa.cnb.csic.es> <20200120155946.169b39e0@sagittariusa.cnb.csic.es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Screen editors X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Mon, Jan 20, 2020 at 11:07:01AM -0500, Toby Thain wrote: > On 2020-01-20 9:59 AM, Jose R. Valverde via TUHS wrote: > > Talking of editors... > > > > Once I learned Wordstar in old CP/M (before that it was mostly line > > editing), and then soon, other editors that supported the Wordstar key > > combinations, I got hooked on those. Joe is, to date, one of my > > favorites. > > Speaking of WordStar, on CP/M there was also WordMaster, lighter weight, > better as a programmer's editor. Not sure who wrote it (but istr it came > from the WordStar people?) Adding here for completeness... My memory fu is weak but there was a small editor for CP/M that I liked a lot. Can't remember what it was called but I stole some keybindings from it: map # :.,$ # does from here to the bottom map @ :1,. @ does from top to here Anyone remember that?