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.
Asked
Active
Viewed 52 times
1 Answers
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