Area-PerformanceArea-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal
Repository metrics
- Stars
- (35,764 stars)
- PR merge metrics
- (平均マージ 27d 19h) (30d で 24 merged PRs)
説明
Environment
Windows Terminal Preview v1.6.10272.0 on windows 10 20h2
Steps to reproduce
- start wt with cmd
- launch neovim in terminal mode (no gui)
- enter insert mode with
- paste a large text, like 200k of json
- you get the warning about large text being pasted, accept it
- wait....I had to kill wt, not sure how long I would need to wait (many minutes?)
Expected behavior
the text gets pasted instantly
Actual behavior
you have to wait a lot.
I tried pasting the same text in neovim-qt (the official GUI version of neovim) and the text gets inserted instantly.
I understand pasting large text would be weird in normal terminal usage, but when you are using wt to host neovim it is a legit use case.