I'm looking for an cmd alternative because it really annoys me that I can't use Ctrl+C/V.
I've found several of them but I would like to hear some experiences so please share them.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Kevin Workman
Ranch Hand
Joined: Sep 28, 2010
Posts: 151
posted
0
Assuming you're talking about Windows CMD, have you tried enabling QuickEdit? You don't get ctrl+c or ctrl+v, but you can do easy copying and pasting with it.
After your advise I tried it but it is just a linux console emulator and it doesn't provide Ctrl+C/V functionality. I also tried Console but that is just a tabbed wrapper for cmd.
I completely misread your intent. In a terminal (such as command prompt) the CTRL character is used to pass control command the the terminal, and these control commands typically affect the running process. Thus, CTRL-C is used to terminal the running process. I thought that you were asking for a terminal that would allow you make use of the various CTRL command available in a Linux/UNIX terminal that are not available in the Command Prompt.
It wasn't until I googled CTRL-V (I was going to ask you what functionality you hoped for, because I have never used CTRL-V in a terminal, but decided to google it instead) and read what it did that I realized you were asking about copy and paste! The problem is that the context of query (within a terminal or command prompt) lead me to have a certain interpretation of CTRL commands which was not what you were asking about at all!
The moral of the story is to not make assumptions that people understand your context, and thus be clear about exactly what you mean.
And before you ask, no I don't know of any terminal software that will let you use CTRL-C to copy and CTRL-V to paste.