在 iterm2 中,在 vim 中滚动时我看到一个奇怪的行为。每当我滚动时,它都会通过滚动打印行号。如何克服这种行为
call-hometic_scale_1.txt" 3248L, 118730C 45,1 Top
46,1 0%
contact smart-licensing 47,1 0%
profile ZnscoTAC-1 48,1 0%
active 49,1 0%
destination transport-method http 50,1 0%
! 51,1 0%
! 52,1 0%
hw-module profile npu native-mode-enable 53,1 0%
答案1
您将终端窗口 (iterm2) 中的行数设置为比操作系统和编辑器期望的行数少 1。例如,您将 iterm2 设置为 24 行,但stty -a
报告 25 行。
修复其中一个或另一个