I'd like a shortcut to copy and paste code in the Node REPL. Something similar to Ctrl+C, Ctrl+V would be ideal, but I'm not aware of any such shortcut that works.
Question: Is there a keyboard shortcut for copying/pasting code in the Node terminal?
I'd like a shortcut to copy and paste code in the Node REPL. Something similar to Ctrl+C, Ctrl+V would be ideal, but I'm not aware of any such shortcut that works.
Question: Is there a keyboard shortcut for copying/pasting code in the Node terminal?
According to Node.js REPL Commands and special keys article the full list of supported keyboard shortcuts is in these two articles:
which don't mention copy and paste support.