How can I select text in git bash terminal in Windows 7 without mouse?

試著忘記壹切 提交于 2019-12-07 16:21:10

问题


I am on Windows 7 and I have Git Bash at my disposal after installing Git for Windows.

I found mouse inconvenient to select-copy-paste in terminal window. What is the shortcut for text selection (like Shift+, Shift+ in Notepad editor)?

I have seen many irrelevant verbose replies to this question, but all, what I am looking for is just an appropriate shortcut (like Ctrl+Insert for Copy and Shift+Insert for Paste). - Thank you.


回答1:


It is best to install a CMD enhancer like ConEmu.

From there, you can type "bash", and you will see in that Git bash session, that simple CTRL+C, Ctrl+V are enough for copy/paste.

And for selecting the text (in a ConEmu session), Shift+, Shift+ works too. For W7 or W10.



来源:https://stackoverflow.com/questions/41319448/how-can-i-select-text-in-git-bash-terminal-in-windows-7-without-mouse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!