How to highlight and select text in wsl?












1















Recently I installed bash on Ubuntu on Windows. My experience and knowledge of the Linux terminal are very limited and I am not able to figure out how to highlight text to copy the required text or to select the text in the Ubuntu terminal emulator. Trying to highlight the text using mouse has not worked. Please help me.










share|improve this question

























  • What if you select the text and then right click to open the contextual menu ? You can also try to ctrl + shift + c to copy the selected text.

    – ponsfrilus
    Jul 14 '18 at 19:43











  • @ponsfrilus I cant select the text at all.

    – GRANZER
    Jul 14 '18 at 20:18






  • 1





    You have to activate quick edit mode (see stackoverflow.com/a/50050642/960623)

    – ponsfrilus
    Jul 14 '18 at 20:41











  • @ponsfrilus I had already read that article and it's about keys for copying and pasting but there is nothing about selecting or highlighting text.

    – GRANZER
    Jul 14 '18 at 20:59











  • Found the answer here: stackoverflow.com/questions/38832230/…

    – GRANZER
    Jul 14 '18 at 21:07
















1















Recently I installed bash on Ubuntu on Windows. My experience and knowledge of the Linux terminal are very limited and I am not able to figure out how to highlight text to copy the required text or to select the text in the Ubuntu terminal emulator. Trying to highlight the text using mouse has not worked. Please help me.










share|improve this question

























  • What if you select the text and then right click to open the contextual menu ? You can also try to ctrl + shift + c to copy the selected text.

    – ponsfrilus
    Jul 14 '18 at 19:43











  • @ponsfrilus I cant select the text at all.

    – GRANZER
    Jul 14 '18 at 20:18






  • 1





    You have to activate quick edit mode (see stackoverflow.com/a/50050642/960623)

    – ponsfrilus
    Jul 14 '18 at 20:41











  • @ponsfrilus I had already read that article and it's about keys for copying and pasting but there is nothing about selecting or highlighting text.

    – GRANZER
    Jul 14 '18 at 20:59











  • Found the answer here: stackoverflow.com/questions/38832230/…

    – GRANZER
    Jul 14 '18 at 21:07














1












1








1








Recently I installed bash on Ubuntu on Windows. My experience and knowledge of the Linux terminal are very limited and I am not able to figure out how to highlight text to copy the required text or to select the text in the Ubuntu terminal emulator. Trying to highlight the text using mouse has not worked. Please help me.










share|improve this question
















Recently I installed bash on Ubuntu on Windows. My experience and knowledge of the Linux terminal are very limited and I am not able to figure out how to highlight text to copy the required text or to select the text in the Ubuntu terminal emulator. Trying to highlight the text using mouse has not worked. Please help me.







command-line






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 14 '18 at 19:42







GRANZER

















asked Jul 14 '18 at 19:30









GRANZERGRANZER

1063




1063













  • What if you select the text and then right click to open the contextual menu ? You can also try to ctrl + shift + c to copy the selected text.

    – ponsfrilus
    Jul 14 '18 at 19:43











  • @ponsfrilus I cant select the text at all.

    – GRANZER
    Jul 14 '18 at 20:18






  • 1





    You have to activate quick edit mode (see stackoverflow.com/a/50050642/960623)

    – ponsfrilus
    Jul 14 '18 at 20:41











  • @ponsfrilus I had already read that article and it's about keys for copying and pasting but there is nothing about selecting or highlighting text.

    – GRANZER
    Jul 14 '18 at 20:59











  • Found the answer here: stackoverflow.com/questions/38832230/…

    – GRANZER
    Jul 14 '18 at 21:07



















  • What if you select the text and then right click to open the contextual menu ? You can also try to ctrl + shift + c to copy the selected text.

    – ponsfrilus
    Jul 14 '18 at 19:43











  • @ponsfrilus I cant select the text at all.

    – GRANZER
    Jul 14 '18 at 20:18






  • 1





    You have to activate quick edit mode (see stackoverflow.com/a/50050642/960623)

    – ponsfrilus
    Jul 14 '18 at 20:41











  • @ponsfrilus I had already read that article and it's about keys for copying and pasting but there is nothing about selecting or highlighting text.

    – GRANZER
    Jul 14 '18 at 20:59











  • Found the answer here: stackoverflow.com/questions/38832230/…

    – GRANZER
    Jul 14 '18 at 21:07

















What if you select the text and then right click to open the contextual menu ? You can also try to ctrl + shift + c to copy the selected text.

– ponsfrilus
Jul 14 '18 at 19:43





What if you select the text and then right click to open the contextual menu ? You can also try to ctrl + shift + c to copy the selected text.

– ponsfrilus
Jul 14 '18 at 19:43













@ponsfrilus I cant select the text at all.

– GRANZER
Jul 14 '18 at 20:18





@ponsfrilus I cant select the text at all.

– GRANZER
Jul 14 '18 at 20:18




1




1





You have to activate quick edit mode (see stackoverflow.com/a/50050642/960623)

– ponsfrilus
Jul 14 '18 at 20:41





You have to activate quick edit mode (see stackoverflow.com/a/50050642/960623)

– ponsfrilus
Jul 14 '18 at 20:41













@ponsfrilus I had already read that article and it's about keys for copying and pasting but there is nothing about selecting or highlighting text.

– GRANZER
Jul 14 '18 at 20:59





@ponsfrilus I had already read that article and it's about keys for copying and pasting but there is nothing about selecting or highlighting text.

– GRANZER
Jul 14 '18 at 20:59













Found the answer here: stackoverflow.com/questions/38832230/…

– GRANZER
Jul 14 '18 at 21:07





Found the answer here: stackoverflow.com/questions/38832230/…

– GRANZER
Jul 14 '18 at 21:07










1 Answer
1






active

oldest

votes


















1














This is a partial answer from this link. If you have a shortcut in your desktop, right click on it, click in properties and then go to the options tab. To activate copy and paste, you need to click copy and paste using ctrl+shift+C|V checkbox. To highlight text, you need to enable(check mark) the edit mode checkbox. This was tested in WSL in Windows 10.



Note that this is only a partial solution as this will not work if you start WSL from Windows Explorer. As described in the link above, it depends where you are calling WSL from. Hopefully somebody else adds to this answer. In the meantime, this solution works for me.






share|improve this answer








New contributor




K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • For me after highlighting text a plain CTRL+C copies to clipboard. To paste from clipboard a simple right click does that. I do start Bash from a desktop shortcut but haven't check the properties in a long time and am booted in Ubuntu right now and not Windows 10 so can't check.

    – WinEunuuchs2Unix
    6 mins ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1056146%2fhow-to-highlight-and-select-text-in-wsl%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














This is a partial answer from this link. If you have a shortcut in your desktop, right click on it, click in properties and then go to the options tab. To activate copy and paste, you need to click copy and paste using ctrl+shift+C|V checkbox. To highlight text, you need to enable(check mark) the edit mode checkbox. This was tested in WSL in Windows 10.



Note that this is only a partial solution as this will not work if you start WSL from Windows Explorer. As described in the link above, it depends where you are calling WSL from. Hopefully somebody else adds to this answer. In the meantime, this solution works for me.






share|improve this answer








New contributor




K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • For me after highlighting text a plain CTRL+C copies to clipboard. To paste from clipboard a simple right click does that. I do start Bash from a desktop shortcut but haven't check the properties in a long time and am booted in Ubuntu right now and not Windows 10 so can't check.

    – WinEunuuchs2Unix
    6 mins ago
















1














This is a partial answer from this link. If you have a shortcut in your desktop, right click on it, click in properties and then go to the options tab. To activate copy and paste, you need to click copy and paste using ctrl+shift+C|V checkbox. To highlight text, you need to enable(check mark) the edit mode checkbox. This was tested in WSL in Windows 10.



Note that this is only a partial solution as this will not work if you start WSL from Windows Explorer. As described in the link above, it depends where you are calling WSL from. Hopefully somebody else adds to this answer. In the meantime, this solution works for me.






share|improve this answer








New contributor




K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • For me after highlighting text a plain CTRL+C copies to clipboard. To paste from clipboard a simple right click does that. I do start Bash from a desktop shortcut but haven't check the properties in a long time and am booted in Ubuntu right now and not Windows 10 so can't check.

    – WinEunuuchs2Unix
    6 mins ago














1












1








1







This is a partial answer from this link. If you have a shortcut in your desktop, right click on it, click in properties and then go to the options tab. To activate copy and paste, you need to click copy and paste using ctrl+shift+C|V checkbox. To highlight text, you need to enable(check mark) the edit mode checkbox. This was tested in WSL in Windows 10.



Note that this is only a partial solution as this will not work if you start WSL from Windows Explorer. As described in the link above, it depends where you are calling WSL from. Hopefully somebody else adds to this answer. In the meantime, this solution works for me.






share|improve this answer








New contributor




K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










This is a partial answer from this link. If you have a shortcut in your desktop, right click on it, click in properties and then go to the options tab. To activate copy and paste, you need to click copy and paste using ctrl+shift+C|V checkbox. To highlight text, you need to enable(check mark) the edit mode checkbox. This was tested in WSL in Windows 10.



Note that this is only a partial solution as this will not work if you start WSL from Windows Explorer. As described in the link above, it depends where you are calling WSL from. Hopefully somebody else adds to this answer. In the meantime, this solution works for me.







share|improve this answer








New contributor




K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer






New contributor




K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 20 mins ago









K FK F

111




111




New contributor




K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






K F is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • For me after highlighting text a plain CTRL+C copies to clipboard. To paste from clipboard a simple right click does that. I do start Bash from a desktop shortcut but haven't check the properties in a long time and am booted in Ubuntu right now and not Windows 10 so can't check.

    – WinEunuuchs2Unix
    6 mins ago



















  • For me after highlighting text a plain CTRL+C copies to clipboard. To paste from clipboard a simple right click does that. I do start Bash from a desktop shortcut but haven't check the properties in a long time and am booted in Ubuntu right now and not Windows 10 so can't check.

    – WinEunuuchs2Unix
    6 mins ago

















For me after highlighting text a plain CTRL+C copies to clipboard. To paste from clipboard a simple right click does that. I do start Bash from a desktop shortcut but haven't check the properties in a long time and am booted in Ubuntu right now and not Windows 10 so can't check.

– WinEunuuchs2Unix
6 mins ago





For me after highlighting text a plain CTRL+C copies to clipboard. To paste from clipboard a simple right click does that. I do start Bash from a desktop shortcut but haven't check the properties in a long time and am booted in Ubuntu right now and not Windows 10 so can't check.

– WinEunuuchs2Unix
6 mins ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1056146%2fhow-to-highlight-and-select-text-in-wsl%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

GameSpot

connect to host localhost port 22: Connection refused

Getting a Wifi WPA2 wifi connection