>>我想把一行連續(xù)復制十次并且馬上打印出來,
1. copy one line in Normal mode
yy
2. move to any line what you want
3. paste it with 10 times
10p
>>或者說我想一次性很快地打印十個A出來...
1. Entry to insert mode from Normal mode to input data with 10 times
10i
2. input your data
A
3. exit insert mode to Normal mode, and you will see the "A" with 10 times
[ESC] 作者: botafuge 時間: 2013-09-26 09:32 回復 2# jason680