Table of Contents
Warn when the text to paste contains multiple lines
Every time you paste something into Windows Terminal you get the following annoying message that’s attempting to save you from yourself.
It’s enabled be default regarding Microsoft’s Windows Terminal docs about Terminal Interaction.
Disable paste warnings in Terminal in Windows 11
1. Open Windows Terminal then open its settings page from the small drop-down menu in the top bar.
2. In new version of Windows Terminal, you have open JSON file in the settings page at the bottom left of the settings page.
3. The settings file would be opened using the default text editor. At the root of your settings.json, not under any other key, just inside the first level of brackets , add this line.
"multiLinePasteWarning": false,
4. Close the file then save the change. Finally, open Terminal then trying to paste multiple lines into it and verify the warning was gone.
5/5 - (1 vote)