microsoft/Terminal
Voir sur GitHubpasting large multiline text is extremelly slow
Open
#9 232 ouverte le 20 févr. 2021
Area-PerformanceArea-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal
Métriques du dépôt
- Stars
- (35 764 stars)
- Métriques de merge PR
- (Merge moyen 27j 19h) (24 PRs mergées en 30 j)
Description
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.