Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Key bindings not working under screen



* Bart Schaefer (Tue, 15 Feb 2011 07:49:22 -0800)
> 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.

I meant that most Linux distributions have vi as their default editor, 
so whenever you something or someone uses an editor without having 
anything specifically configured, it will probably be vi.

Thorsten




Messages sorted by: Reverse Date, Date, Thread, Author