Copy Paste in Bash on Ubuntu on Windows -


how execute copy paste operation windows 10 bash on ubuntu on windows environment?

i tried following:

  • ctrl + shift + v
  • right click paste

any suggestions?

another solution enable "quickedit mode" , can paste right-clicking in terminal.

to enable quickedit mode, right-click on toolbar (or click on icon in upper left corner), select properties, , in the options tab, click checkbox next quickedit mode.

with mode enabled, can copy text in terminal clicking , dragging. once selection made, can press enter or right-click copy.


Comments