Copy paste is not working #3282

Closed
opened 2026-01-30 23:17:39 +00:00 by claunia · 3 comments
Owner

Originally created by @nitishk72 on GitHub (Aug 8, 2019).

Environment

Microsoft Windows [Version 10.0.18362.267]

Any other software?

Steps to reproduce

I copied some text and tried to paste in new Windows Terminal and it doesn't paste that.

How I pate the content

  • Ctrl + V
  • Shift + Ins
  • Right Click ( No context menu )

Expected behavior

When I copy something and paste it. It should work as it works in Command Prompt

Actual behavior

It doesn't paste anything

Originally created by @nitishk72 on GitHub (Aug 8, 2019). # Environment ```none Microsoft Windows [Version 10.0.18362.267] Any other software? ``` # Steps to reproduce I copied some text and tried to paste in new Windows Terminal and it doesn't paste that. ### How I pate the content - Ctrl + V - Shift + Ins - Right Click ( No context menu ) # Expected behavior When I copy something and paste it. It should work as it works in Command Prompt # Actual behavior It doesn't paste anything
claunia added the Needs-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-30 23:17:40 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Aug 8, 2019):

Do you have a keybinding for paste in your profiles.json? Mine looks like the following:

            {
                "command" : "paste",
                "keys" :
                [
                    "ctrl+shift+v"
                ]
            },

If you installed the terminal for the initial 0.2 release, you won't automatically get the copy and paste keybindings added.

@zadjii-msft commented on GitHub (Aug 8, 2019): Do you have a keybinding for `paste` in your profiles.json? Mine looks like the following: ```json { "command" : "paste", "keys" : [ "ctrl+shift+v" ] }, ``` If you installed the terminal for the initial 0.2 release, you won't automatically get the copy and paste keybindings added.
Author
Owner

@trajano commented on GitHub (Aug 8, 2019):

I added ctrl-ins and shift-ins in my settings. here's the gist https://gist.github.com/trajano/24f4edccd9a997fad8b4de29ea252cc8 it would be nice if it were added in by default.

@trajano commented on GitHub (Aug 8, 2019): I added ctrl-ins and shift-ins in my settings. here's the gist https://gist.github.com/trajano/24f4edccd9a997fad8b4de29ea252cc8 it would be nice if it were added in by default.
Author
Owner

@nitishk72 commented on GitHub (Aug 8, 2019):

I found the default setting for paste: Ctrl + Shift + V

Thanks for help

@nitishk72 commented on GitHub (Aug 8, 2019): I found the default setting for paste: Ctrl + Shift + V Thanks for help
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3282