我在syntax-highlighting插件中使用zsh/prezto。当我使用箭头键在终端命令中导航时,光标在嵌入式终端中消失,每秒钟闪烁/闪烁一次。
下面是一个例子(gif):

它不会在Terminal.app或iterm中发生。如果我在syntax-highlighting中禁用.zpreztorc,它的工作方式与预期的一样。=(
发布于 2017-11-09 06:57:41
我禁用了光标荧光笔,现在它起作用了!
.zpreztorc
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'line' \
'cursor' \ <-- removed
'root'https://stackoverflow.com/questions/46642594
复制相似问题