copy and paste on vim code example
Example 1: copy paste in nano
To copy & paste in nano text editor:
1. Move cursor to start of text and press CTRL + 6 to set mark.
2. Highlight text to copy using arrow keys.
3. Press ALT + 6 to copy.
4. Move cursor to desired location and press CTRL + U to paste.
Example 2: How to enable text copy and paste for VNC
If you can't copy & paste text, first check if you run "vncconfig &".
If you still can't, check terminal number n and run "vncconfig -display :n &".