Description
Windows Terminal version
1.22.11141.0
Windows build number
10.0.22621.0
Other Software
neovim:
NVIM v0.11.0
Build type: Release
LuaJIT 2.1.1741730670
ssh:
OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
linux:
5.10.0-182
Steps to reproduce
- Open Windows Terminal, use ssh to login a linux server which has installed neovim;
- Execute
neovim .test
in bash; - Paste
ratelimit
one time/multi times byShift
+Insert
;
Expected Behavior
Paste with correct words, like:
ratelimitratelimitratelimitratelimitratelimitratelimit
Actual Behavior
Some special characters appear:
ratelimitratelimitratelimitratelimitratelimitratelimit�[201~�[200~ratelimitratelimit
As you can see, it is accidental. If it happend when paste only once, it will show as ratelimit�[201~
, in fact, ratelimit^[[201~
,at now, I can not exit neovim paste mode/insert mode by esc
, esc
will show as ^[
.
Then I paste again after again, ^[[200~ratelimit
appear, I can exit neovim with esc
now.
I can not reproduce this in tabby/Mobaxterm, I think it is a terminal bug.