I am experience some problem in my zsh configuration which is based on oh-my-zsh
, which I have described at Physical buffer in terminal is getting misaligned with display in oh-my-zsh configuration.
What I need to know if there is some kind of logging mode in which zsh
can produce some information on what is happening in real-time.
The other thing is a print out of the current configuration that a more knowledgeable person can use to track the problem. By configuration I don't mean the just contents of my profile, but some more runtime state related info that can help the diagnosis.
set
to print out state andzsh -x
for trace output – Bernhard M. Dec 27 '19 at 01:21