2011-07-07

How to select/copy/paste text in terminal using the keyboard without mouse

  1. Install screen,like $sudo apt-get install screen
  2. Run screen,like $screen
  3. Enter copy mode: Ctrl+A+ [
  4. Move your cursor to the start point
  5. Hit enter
  6. Move your cursor to the end point
  7. Hit enter
  8. Paste: Ctrl+A+]

No comments: