zsh-users
 help / color / mirror / code / Atom feed
From: Thorsten Kampe <thorsten@thorstenkampe.de>
To: zsh-users@zsh.org
Subject: Re: Key bindings not working under screen
Date: Tue, 15 Feb 2011 12:16:48 +0100	[thread overview]
Message-ID: <ijdnb2$upa$2@dough.gmane.org> (raw)
In-Reply-To: <ijdm27$upa$1@dough.gmane.org>

* Thorsten Kampe (Tue, 15 Feb 2011 11:55:01 +0100)
> Can someone shed some light about the connection between $EDITOR, 
> $VISUAL, zsh and screen?

I've kind of worked around the issue now by changing
#
type jed &> /dev/null && DEFAULT_EDITOR=jed || DEFAULT_EDITOR=vim
export EDITOR=$DEFAULT_EDITOR \
       VISUAL=$DEFAULT_EDITOR
#
to...
#
type jed &> /dev/null && DEFAULT_EDITOR=jed
export EDITOR=$DEFAULT_EDITOR \
       VISUAL=$DEFAULT_EDITOR
#

"vi" is the default anyway and setting it to "vim" was intended to have 
a full featured Vim as editor and not a compatibility restricted vi 
('Start Vim  in Vi mode, just like the executable was called "vi".')

Thorsten


  reply	other threads:[~2011-02-15 11:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15 10:55 Thorsten Kampe
2011-02-15 11:16 ` Thorsten Kampe [this message]
2011-02-15 15:49   ` Bart Schaefer
2011-02-15 18:19     ` Thorsten Kampe
2011-02-15 15:44 ` Bart Schaefer
2011-02-15 18:59   ` Thorsten Kampe
2011-02-16  3:51     ` Bart Schaefer
2011-02-16 11:41       ` Thorsten Kampe
2011-02-16 17:01         ` Bart Schaefer
2011-02-25 16:56           ` Thorsten Kampe
2011-02-26 20:09             ` Hemant Borole

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ijdnb2$upa$2@dough.gmane.org' \
    --to=thorsten@thorstenkampe.de \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).