You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @kingToolbox ,
Currently, many servers have upgraded their VIM version to V9, but there is a problem that ESC[?4m(#1623 (comment)) appears when editing a file, although it can be fixed temporarily by the following ways, but it is always troublesome.
Write these into .vimrc:
set keyprotocol=
let&term=&term
The text was updated successfully, but these errors were encountered:
The ESC [?4m control sequence (XTQMODKEYS , Query key modifier options) was introduced in vim 9.0. WindTerm 2.7.0 Prerelease 2 now supports parsing ESC [?4m. Please download and try it. Thank you.
@pengln
It looks like you were launching vi within WSL. WindTerm 2.7.0 Prerelease 2 now uses WinPty instead of ConPty to launch WSL. This change should temporarily address the problem you were experiencing.
Hello @kingToolbox ,
Currently, many servers have upgraded their
VIM
version to V9, but there is a problem thatESC[?4m
(#1623 (comment)) appears when editing a file, although it can be fixed temporarily by the following ways, but it is always troublesome.Write these into .vimrc:
The text was updated successfully, but these errors were encountered: