Vim 命令笔记

给指定行添加序号

let la = 行a
let lb = 行b +1
let lc = lb - la
for i in range(lc)
let cl = la + i
call setline(cl, '('.i.')'.getline(cl))
endfor

翻页

ctrl+f

posted @ 2013-09-03 16:08  playerc  阅读(137)  评论(0编辑  收藏  举报
c4io.com Count Visitors
Web Counter