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 e1d124c9 for ; Thu, 9 Jan 2020 18:53:55 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id C8C799B87D; Fri, 10 Jan 2020 04:53:54 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A8F1F93D07; Fri, 10 Jan 2020 04:53:31 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 2895993D07; Fri, 10 Jan 2020 04:53:28 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id CEC2493D06 for ; Fri, 10 Jan 2020 04:53:27 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 75C7D35E0AB; Thu, 9 Jan 2020 10:53:27 -0800 (PST) Date: Thu, 9 Jan 2020 10:53:27 -0800 From: Larry McVoy To: Jon Steinhart Message-ID: <20200109185327.GJ16808@mcvoy.com> References: <20200109012830.GC16808@mcvoy.com> <20200109020720.GG16808@mcvoy.com> <202001090423.0094NooZ379407@darkstar.fourwinds.com> <202001091721.009HLf2V503811@darkstar.fourwinds.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202001091721.009HLf2V503811@darkstar.fourwinds.com> 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: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Thu, Jan 09, 2020 at 09:21:40AM -0800, Jon Steinhart wrote: > It's for that reason that I hate the addition of multiple windows to vi. That's just silly. I frequently open two panes on the same file. Lets compare: Your way: - click to open a new terminal - click on it because it's not where I want, move it - cd to where ever I am - vi whatever My way: :sp You are welcome to your opinion but to argue that multiple panes in vi aren't useful, fine, maybe not to you. Don't use them. Other people love that feature, that feature is why I tried emacs many years ago.