Skip to content

How do I copy/paste in WSL terminal? #1482

@jplew

Description

@jplew

In Powershell, I noticed that ctrl+shift+v pastes the contents of the clipboard. ctrl+shift+c does not copy anything, it just falls back to ctrl+c which is mapped to esc.

In my Ubuntu terminal, however, ctrl+shift+v does not paste. It seems the only way to copy/paste is to use right-click. Is there a way to add custom keybindings to copy/paste?

Poking around the source code I found CopyText and PasteText shortcuts:

image

However, when I tried to add them to profiles.json like this, nothing happened, those keybindings don't paste anything:

image

Any pointers?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-InputRelated to input processing (key presses, mouse, etc.)Issue-QuestionFor questions or discussionProduct-TerminalThe new Windows Terminal.Resolution-AnsweredRelated to questions that have been answered

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions