How to select text in BASH terminal using the keyboard without mouse?
I'm using Ubuntu 10.10
feedback
|
|
Perhaps this works (source) You can use GNU screen's copy and paste commands. Quick tutorial:
Screen is much more powerful than that (I use it to tab several virtual terminals without the need for a special terminal emulator, and also so that I don't loose my sessions when X crashes or something). To get out of screen, simply end your shell session, or type ^A ^. | |||
|
feedback
|