From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8816 invoked by alias); 21 Aug 2015 06:40:02 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36260 Received: (qmail 24837 invoked from network); 21 Aug 2015 06:40:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:cc:mime-version:content-type; bh=eHC35uKso0Z5kFvipIkBvEOqpSdZzehPLRBbxE056ks=; b=KyIMrV1A/GSAIa0BYpCX4SiZJyBNfRFiKEUKbXS36CHAxRdviiMTl5Tw+zkYGyiXu3 g1HHhyGCllwp6hHrsnjqFiuaSS2zmf6tDZgK/VD4WQDI8EALWyFt1KW0YXfqIcZkThQd ddH2U/6zLRVeGkqvAX+3R43NBvkALi371S6tOhaZ/YHXa23ZZhE4L6r7NnA0eFBkwbDQ bNOx6sTAx+3PB6JkvKjVdVPCiSl2nEah0FrZY7ewQcj9gCg0L7u+UooSXUYBd/1OWiEM LJ0aGRmglnBKfRoOPTyQlAuu9YcMPLZqqd/pByL7OQDVhfKcr/iLO+DqbbI2S7L9j+T3 K4ww== X-Gm-Message-State: ALoCoQl3JaitTnr+nsWvglZbuQxGhY7rC22FzxH4tZI/vBijWl7p7pY1s3lZdl47lPMxDfhT1RtG X-Received: by 10.202.57.85 with SMTP id g82mr5712898oia.122.1440139197956; Thu, 20 Aug 2015 23:39:57 -0700 (PDT) From: Bart Schaefer Message-Id: <150820233941.ZM10466@torch.brasslantern.com> Date: Thu, 20 Aug 2015 23:39:41 -0700 In-Reply-To: <20150821052947.GV22026@stodi.digitalkingdom.org> Comments: In reply to Robin Lee Powell "Re: end-of-line not working as advertised?" (Aug 20, 10:29pm) References: <20150820193601.GR22026@stodi.digitalkingdom.org> <150820182512.ZM29360@torch.brasslantern.com> <20150821052947.GV22026@stodi.digitalkingdom.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: end-of-line not working as advertised? Cc: Robin Lee Powell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 20, 10:29pm, Robin Lee Powell wrote: } } What I actually *wanted*, btw, was a way to get to the beginning or } end of a multi-line command; these were just the best versions I } saw. Try end-of-buffer-or-history ... yes, it's still an emacs-mode widget, but because it deals with history as well as buffers it handles vicmd a little better.