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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -