From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5185 invoked by alias); 15 Feb 2011 15:49:44 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15804 Received: (qmail 28168 invoked from network); 15 Feb 2011 15:49:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <110215074922.ZM31778@torch.brasslantern.com> Date: Tue, 15 Feb 2011 07:49:22 -0800 In-reply-to: Comments: In reply to Thorsten Kampe "Re: Key bindings not working under screen" (Feb 15, 12:16pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Key bindings not working under screen MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Hmm, just saw this after sending previous reply ... On Feb 15, 12:16pm, Thorsten Kampe wrote: } } I've kind of worked around the issue now by changing } to... } # } type jed &> /dev/null && DEFAULT_EDITOR=jed } export EDITOR=$DEFAULT_EDITOR \ } VISUAL=$DEFAULT_EDITOR } # } } "vi" is the default anyway Really? The above would fit my theory from the first reply if in fact there is no value for VISUAL/EDITOR, but if either of them is "vi" by default then ZLE should be picking that up and starting in viins all the time, regardless of screen, and we need to look elsewhere for the problem.