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

Re: Key bindings not working under screen



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