0

I may want to yank (copy?) by marking from certain point to certain point and paste, but I want to do it without specifying any buffer. As we do in gedit by selecting text and copy-paste.

lucapette
  • 20,564
  • 6
  • 65
  • 59
Junaid
  • 488
  • 1
  • 5
  • 17

1 Answers1

1

Use visual mode: type v, then use the arrows to mark the area you wish to copy, and then type y to yank

dorsh
  • 23,750
  • 2
  • 27
  • 29