1.

How Can You Copy Lines Into The Buffer In Command Mode?

Answer»

yy - COPY a SINGLE LINE defined by current cursor position
3yy - copy 3 LINES. Current line and two lines below it.

yy - copy a single line defined by current cursor position
3yy - copy 3 lines. Current line and two lines below it.



Discussion

No Comment Found