Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Key bindings not working under screen
- X-seq: zsh-users 15804
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Key bindings not working under screen
- Date: Tue, 15 Feb 2011 07:49:22 -0800
- In-reply-to: <ijdnb2$upa$2@dough.gmane.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <ijdm27$upa$1@dough.gmane.org> <ijdnb2$upa$2@dough.gmane.org>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author